UNPKG

@frames.js/debugger

Version:

Debug your Frames.js applications

25 lines (14 loc) 1.45 kB
$ next lint ============= 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. ============= ./app/components/frame-debugger.tsx 206:6 Warning: 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. react-hooks/exhaustive-deps 284:61 Warning: Comments inside children section of tag should be placed inside braces react/jsx-no-comment-textnodes ./app/page.tsx 54:6 Warning: React Hook useEffect has a missing dependency: 'urlInput'. Either include it or remove the dependency array. react-hooks/exhaustive-deps info - Need to disable some ESLint rules? Learn more here: https://nextjs.org/docs/basic-features/eslint#disabling-rules