@frames.js/debugger
Version:
Debug your Frames.js applications
25 lines (14 loc) • 1.45 kB
Plain Text
[2K[1G[2m$ next lint[22m
=============
WARNING: You are currently running a version of TypeScript which is not officially supported by @typescript-eslint/typescript-estree.
You may find that it works just fine, or you may not.
SUPPORTED TYPESCRIPT VERSIONS: >=4.3.5 <5.4.0
YOUR TYPESCRIPT VERSION: 5.4.3
Please only submit bug reports when using the officially supported version.
=============
[36m./app/components/frame-debugger.tsx[39m
[33m206[39m:[33m6[39m [33m[1mWarning[22m[39m: React Hook useEffect has missing dependencies: 'frameState.framesStack' and 'openAccordions'. Either include them or remove the dependency array. If 'setOpenAccordions' needs the current value of 'frameState.framesStack', you can also switch to useReducer instead of useState and read 'frameState.framesStack' in the reducer. [90m[1mreact-hooks/exhaustive-deps[22m[39m
[33m284[39m:[33m61[39m [33m[1mWarning[22m[39m: Comments inside children section of tag should be placed inside braces [90m[1mreact/jsx-no-comment-textnodes[22m[39m
[36m./app/page.tsx[39m
[33m54[39m:[33m6[39m [33m[1mWarning[22m[39m: React Hook useEffect has a missing dependency: 'urlInput'. Either include it or remove the dependency array. [90m[1mreact-hooks/exhaustive-deps[22m[39m
[36minfo[39m - Need to disable some ESLint rules? Learn more here: https://nextjs.org/docs/basic-features/eslint#disabling-rules