chore(deps): update dependency @rollup/plugin-typescript to v12 #1205
Annotations
7 warnings
|
Lint:
src/use-plugin.ts#L17
React Hook useEffect has a missing dependency: 'plugin'. Either include it or remove the dependency array. If 'setPluginInstance' needs the current value of 'plugin', you can also switch to useReducer instead of useState and read 'plugin' in the reducer
|
|
Lint:
src/use-calendar-app.tsx#L32
React Hook useEffect has missing dependencies: 'config' and 'plugins'. Either include them or remove the dependency array. If 'setCalendarApp' needs the current value of 'config', you can also switch to useReducer instead of useState and read 'config' in the reducer
|
|
Lint:
src/use-calendar-app.tsx#L17
React Hook useEffect has missing dependencies: 'config' and 'plugins'. Either include them or remove the dependency array. If 'setCalendarApp' needs the current value of 'config', you can also switch to useReducer instead of useState and read 'config' in the reducer
|
|
Lint:
src/index.tsx#L3
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
Lint:
src/index.tsx#L2
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
Lint:
src/index.tsx#L2
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
Lint:
development/next-app/app/layout.tsx#L7
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|