Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Solve Warning #40

Open
chopan123 opened this issue Jul 26, 2024 · 0 comments
Open

Solve Warning #40

chopan123 opened this issue Jul 26, 2024 · 0 comments
Assignees

Comments

@chopan123
Copy link
Member

At the start of the development server we have this warning.

Solve it!

Warning: React does not recognize the `fetchPriority` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase `fetchpriority` instead. If you accidentally passed it from a parent component, remove it from the DOM element.
    at img
    at eval (webpack-internal:///./node_modules/next/dist/client/image-component.js:131:11)
    at eval (webpack-internal:///./node_modules/next/dist/client/image-component.js:238:47)
    at a
    at LinkComponent (webpack-internal:///./node_modules/next/dist/client/link.js:105:19)
    at /workspace/node_modules/@emotion/react/dist/emotion-element-f93e57b0.cjs.dev.js:70:25
    at div
    at /workspace/node_modules/@emotion/react/dist/emotion-element-f93e57b0.cjs.dev.js:70:25
    at div
    at /workspace/node_modules/@emotion/react/dist/emotion-element-f93e57b0.cjs.dev.js:70:25
    at HomePageTitle
    at div
    at /workspace/node_modules/@emotion/react/dist/emotion-element-f93e57b0.cjs.dev.js:70:25
    at /workspace/node_modules/@emotion/react/dist/emotion-element-f93e57b0.cjs.dev.js:70:25
    at HomePage
    at main
    at /workspace/node_modules/@emotion/react/dist/emotion-element-f93e57b0.cjs.dev.js:70:25
    at div
    at /workspace/node_modules/@emotion/react/dist/emotion-element-f93e57b0.cjs.dev.js:70:25
    at BaseLayout (webpack-internal:///./src/components/layout/BaseLayout.tsx:23:23)
    at DarkMode (file:///workspace/node_modules/@chakra-ui/color-mode/dist/chunk-AMBGAKG2.mjs:92:19)
    at EnvironmentProvider (file:///workspace/node_modules/@chakra-ui/react-env/dist/chunk-VMD3UMGK.mjs:26:11)
    at ColorModeProvider (file:///workspace/node_modules/@chakra-ui/color-mode/dist/chunk-AMBGAKG2.mjs:23:5)
    at ThemeProvider (/workspace/node_modules/@emotion/react/dist/emotion-element-f93e57b0.cjs.dev.js:125:32)
    at ThemeProvider (file:///workspace/node_modules/@chakra-ui/system/dist/chunk-MFVQSVQB.mjs:15:11)
    at ChakraProvider (file:///workspace/node_modules/@chakra-ui/provider/dist/chunk-3DDHO3UN.mjs:17:5)
    at ChakraProvider2 (file:///workspace/node_modules/@chakra-ui/react/dist/chunk-QAITB7GG.mjs:15:5)
    at SorobanReactProvider (/workspace/node_modules/@soroban-react/core/dist/SorobanReactProvider.js:88:33)
    at MySorobanReactProvider (webpack-internal:///./src/components/web3/MySorobanReactProvider.tsx:45:35)
    at MyApp (webpack-internal:///./src/pages/_app.tsx:34:18)
    at StyleRegistry (/workspace/node_modules/styled-jsx/dist/index/index.js:449:36)
    at ek (/workspace/node_modules/next/dist/compiled/next-server/pages.runtime.dev.js:30:13126)
    at eY (/workspace/node_modules/next/dist/compiled/next-server/pages.runtime.dev.js:39:1766)
    at eV (/workspace/node_modules/next/dist/compiled/next-server/pages.runtime.dev.js:39:3110)
    at div
    at e1 (/workspace/node_modules/next/dist/compiled/next-server/pages.runtime.dev.js:48:761)
    ```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants