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
i got the warning .
next-dev.js?3515:20 Warning: Extra attributes from the server: class,tabindex
at pre
at div
at main
at div
at div
at Home (webpack-internal:///./pages/index.js:54:52)
at MyApp (webpack-internal:///./pages/_app.js:18:24)
at ErrorBoundary (webpack-internal:///./node_modules/next/dist/compiled/@next/react-dev-overlay/dist/client.js:8:20740)
at ReactDevOverlay (webpack-internal:///./node_modules/next/dist/compiled/@next/react-dev-overlay/dist/client.js:8:23547)
at Container (webpack-internal:///./node_modules/next/dist/client/index.js:82:1)
at AppContainer (webpack-internal:///./node_modules/next/dist/client/index.js:529:3)
at Root (webpack-internal:///./node_modules/next/dist/client/index.js:671:3)
i got the warning .
next-dev.js?3515:20 Warning: Extra attributes from the server: class,tabindex
at pre
at div
at main
at div
at div
at Home (webpack-internal:///./pages/index.js:54:52)
at MyApp (webpack-internal:///./pages/_app.js:18:24)
at ErrorBoundary (webpack-internal:///./node_modules/next/dist/compiled/@next/react-dev-overlay/dist/client.js:8:20740)
at ReactDevOverlay (webpack-internal:///./node_modules/next/dist/compiled/@next/react-dev-overlay/dist/client.js:8:23547)
at Container (webpack-internal:///./node_modules/next/dist/client/index.js:82:1)
at AppContainer (webpack-internal:///./node_modules/next/dist/client/index.js:529:3)
at Root (webpack-internal:///./node_modules/next/dist/client/index.js:671:3)
.babelrc
{
"presets": ["next/babel"],
"plugins": [
[
"prismjs",
{
"languages": ["javascript", "css", "markup"],
"plugins": ["line-numbers"],
"theme": "twilight",
"css": true
}
]
]
}
The text was updated successfully, but these errors were encountered: