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

Warning on startup #21

Open
mandolyte opened this issue Nov 3, 2021 · 0 comments
Open

Warning on startup #21

mandolyte opened this issue Nov 3, 2021 · 0 comments
Labels
invalid This doesn't seem right

Comments

@mandolyte
Copy link
Collaborator

Open console as app starts:

react-dom.development.js:67 Warning: Prop `id` did not match. Server: "remember-0.0983207371004855" Client: "remember-0.5848491617373031"
    at input
    at span
    at span
    at ButtonBase (http://localhost:3000/_next/static/chunks/pages/_app.js?ts=1635938399312:4457:22)
    at WithStyles (http://localhost:3000/_next/static/chunks/pages/_app.js?ts=1635938399312:182120:31)
    at IconButton (http://localhost:3000/_next/static/chunks/pages/_app.js?ts=1635938399312:14796:27)
    at WithStyles (http://localhost:3000/_next/static/chunks/pages/_app.js?ts=1635938399312:182120:31)
    at SwitchBase (http://localhost:3000/_next/static/chunks/pages/_app.js?ts=1635938399312:35809:25)
    at WithStyles (http://localhost:3000/_next/static/chunks/pages/_app.js?ts=1635938399312:182120:31)
    at Checkbox (http://localhost:3000/_next/static/chunks/pages/_app.js?ts=1635938399312:6572:34)
    at WithStyles (http://localhost:3000/_next/static/chunks/pages/_app.js?ts=1635938399312:182120:31)
    at label
    at FormControlLabel (http://localhost:3000/_next/static/chunks/pages/_app.js?ts=1635938399312:12032:23)
    at WithStyles (http://localhost:3000/_next/static/chunks/pages/_app.js?ts=1635938399312:182120:31)
    at form
    at div
    at LoginForm (http://localhost:3000/_next/static/chunks/pages/_app.js?ts=1635938399312:196375:21)
    at div
    at O (http://localhost:3000/_next/static/chunks/pages/_app.js?ts=1635938399312:286058:19954)
    at div
    at Onboarding (http://localhost:3000/_next/static/chunks/pages/index.js?ts=1635938399312:500748:29)
    at main
    at div
    at Layout (http://localhost:3000/_next/static/chunks/pages/index.js?ts=1635938399312:500345:23)
    at Home
    at StoreContextProvider (http://localhost:3000/_next/static/chunks/pages/_app.js?ts=1635938399312:292382:77)
    at AuthenticationContextProvider (http://localhost:3000/_next/static/chunks/pages/_app.js?ts=1635938399312:196244:22)
    at AuthContextProvider (http://localhost:3000/_next/static/chunks/pages/_app.js?ts=1635938399312:292070:73)
    at ThemeProvider (http://localhost:3000/_next/static/chunks/pages/_app.js?ts=1635938399312:180823:24)
    at Application (http://localhost:3000/_next/static/chunks/pages/_app.js?ts=1635938399312:291096:24)
    at ErrorBoundary (http://localhost:3000/_next/static/chunks/main.js?ts=1635938399312:146:47)
    at ReactDevOverlay (http://localhost:3000/_next/static/chunks/main.js?ts=1635938399312:250:23)
    at Container (http://localhost:3000/_next/static/chunks/main.js?ts=1635938399312:8692:5)
    at AppContainer (http://localhost:3000/_next/static/chunks/main.js?ts=1635938399312:9180:24)
    at Root (http://localhost:3000/_next/static/chunks/main.js?ts=1635938399312:9316:25)
printWarning @ react-dom.development.js:67
error @ react-dom.development.js:43
warnForPropDifference @ react-dom.development.js:8824
diffHydratedProperties @ react-dom.development.js:9645
hydrateInstance @ react-dom.development.js:10400
prepareToHydrateHostInstance @ react-dom.development.js:14616
completeWork @ react-dom.development.js:19458
completeUnitOfWork @ react-dom.development.js:22815
performUnitOfWork @ react-dom.development.js:22787
workLoopSync @ react-dom.development.js:22707
renderRootSync @ react-dom.development.js:22670
performSyncWorkOnRoot @ react-dom.development.js:22293
scheduleUpdateOnFiber @ react-dom.development.js:21881
updateContainer @ react-dom.development.js:25482
(anonymous) @ react-dom.development.js:26021
unbatchedUpdates @ react-dom.development.js:22431
legacyRenderSubtreeIntoContainer @ react-dom.development.js:26020
hydrate @ react-dom.development.js:26086
renderReactElement @ index.tsx:524
doRender @ index.tsx:793
_callee2$ @ index.tsx:425
tryCatch @ runtime.js:63
invoke @ runtime.js:294
(anonymous) @ runtime.js:119
asyncGeneratorStep @ asyncToGenerator.js:3
_next @ asyncToGenerator.js:25
(anonymous) @ asyncToGenerator.js:32
(anonymous) @ asyncToGenerator.js:21
_render @ main.js?ts=1635938399312:9057
render @ main.js?ts=1635938399312:8994
(anonymous) @ next-dev.js:85
(anonymous) @ fouc.js:14
requestAnimationFrame (async)
displayContent @ fouc.js:5
(anonymous) @ next-dev.js:84
Promise.then (async)
(anonymous) @ next-dev.js:31
./node_modules/next/dist/client/next-dev.js @ next-dev.js:31
__webpack_require__ @ bootstrap:872
checkDeferredModules @ bootstrap:45
webpackJsonpCallback @ bootstrap:32
(anonymous) @ main.js?ts=1635938399312:2
Show 2 more frames
@mandolyte mandolyte added the invalid This doesn't seem right label Nov 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

1 participant