You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
```
The text was updated successfully, but these errors were encountered:
At the start of the development server we have this warning.
Solve it!
The text was updated successfully, but these errors were encountered: