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

Fix React warning on page load #2443

Open
humphd opened this issue Nov 3, 2021 · 2 comments
Open

Fix React warning on page load #2443

humphd opened this issue Nov 3, 2021 · 2 comments
Assignees
Labels
area: front-end type: bug Something isn't working

Comments

@humphd
Copy link
Contributor

humphd commented Nov 3, 2021

We have a React warning that should get cleaned up:

Warning: Text content did not match. Server: "It seemed too good to be true that I could just jump in and contribute code for popular development tools or even languages. It took a while for me to realize that I was ready and capable of doing so." Client: "For example, the Login component suddenly realized that he is Special, and started a riot by not following the styling of the Header. How did I suppress the Riot? Well, I will tell you about it in my next blogpost ;)"
a
h4
Typography@webpack-internal:///./node_modules/@material-ui/core/esm/Typography/Typography.js:166:22
WithStyles@webpack-internal:///./node_modules/@material-ui/styles/esm/withStyles/withStyles.js:61:25
div
Banner@webpack-internal:///./src/components/Banner.tsx:140:28
Home@webpack-internal:///./src/pages/index.tsx:26:66
AuthProvider@webpack-internal:///./src/components/AuthProvider.tsx:45:18
ThemeProvider@webpack-internal:///./node_modules/@material-ui/styles/esm/ThemeProvider/ThemeProvider.js:42:18
X<@webpack-internal:///./node_modules/swr/dist/index.esm.js:12:4818
App@webpack-internal:///./src/pages/_app.tsx:48:19
ErrorBoundary@webpack-internal:///./node_modules/@next/react-dev-overlay/lib/internal/ErrorBoundary.js:26:47
ReactDevOverlay@webpack-internal:///./node_modules/@next/react-dev-overlay/lib/internal/ReactDevOverlay.js:86:20
Container@webpack-internal:///./node_modules/next/dist/client/index.js:258:20
AppContainer@webpack-internal:///./node_modules/next/dist/client/index.js:754:18
Root@webpack-internal:///./node_modules/next/dist/client/index.js:893:19
@mkim219
Copy link
Contributor

mkim219 commented Nov 7, 2021

This issue looks interesting for me. Can I work on this issue?

@humphd
Copy link
Contributor Author

humphd commented Nov 7, 2021

Go for it @mkim219

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: front-end type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants