chore(deps): update dependency @rollup/plugin-typescript to v12 #186
Annotations
7 warnings
|
Lint TS 🧹:
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 TS 🧹:
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 TS 🧹:
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 TS 🧹:
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 TS 🧹:
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 TS 🧹:
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 TS 🧹:
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
|
Loading