-
From the version [v1.1.3](https://github.com/rfoel/use-prefers-color-scheme/releases/tag/v1.1.3), users may get the following error:
```
Unhandled Runtime Error
Error: Text content does not match…
-
Hi, can you provide some guidance on how you're able to get this app running? The README hasnt bene updated, and I'm not able to get it running so far.
Here's a full log
```sh
~/Documents/Deve…
-
### Link to the code that reproduces this issue
https://codesandbox.io/p/sandbox/crazy-hooks-zj6yy5
### To Reproduce
The issue will show immediately on `dev` start:
![zj6yy5-3000 csb app_](https…
-
## 💬 Questions and Help
My `_app.js`:
```js
import React, { useEffect } from 'react';
import PropTypes from 'prop-types';
import Head from 'next/head';
import { ThemeProvider } from '@mate…
-
### Description
Hydration failed because the initial UI does not match what was rendered on the server.
- `You are calling ReactDOMClient.createRoot() on a container that has already been passed…
-
I am unable to render my project server side because this module uses Blob.
I have found a work around, that doesn't work with webpack by doing the below.
```var QrReader;
if (typeof Blob !== '…
-
We need to allow server-side rendering, but there are some things to consider:
1. Unlike CSS where all devices get the same markup, the actual markup is going to be changing
2. Following on from that …
-
### Verify canary release
- [X] I verified that the issue exists in the latest Next.js canary release
### Provide environment information
```bash
Operating System:
Platform: darwin
…
-
Whatever relates to React!
- React's strict mode renders twice!
- [Strict Mode](https://beta.reactjs.org/reference/react/StrictMode#fixing-bugs-found-by-double-rendering-in-development) calls so…
-
**Current behavior**
This very basic setup with create-react-app does not seem to work as expected. The component is found, but the markdown file isn't?
In the chrome devtools I do get the follow…