-
Now, the error(this is not i wanted error) shows in console not the browser screen:
![image](https://cloud.githubusercontent.com/assets/12554487/25788290/86b67d8a-33da-11e7-96b7-df651cae4f64.png)
…
-
### Before opening, please confirm:
- [X] I have checked to see if my question is addressed in the [FAQ](https://github.com/aws-amplify/amplify-hosting/blob/master/FAQ.md).
- [X] I have [searched fo…
-
@cyco130 the new idea I was mentioning:
```json5
// package.json
{
"dependencies": {
"stem-react": "0.1.0",
// For GraphQL users, instead of `stem-react`:
"stem-react-relay": "0…
-
Hi. I am seeing a warning since upgrading to version 3 with the latest versions of Next.js and React:
`Warning: Prop className did not match. Server: "css-1g6gooi" Client: "css-w8afj7-Input"`
Se…
-
Seems to be broken when SSR'd due to a dependency on window?
```
ReferenceError: window is not defined
```
My code
```
import { Tree } from "react-arborist";
const data = [
{ id: "1"…
-
Hi Andrie, I just read your post on medium recently about the SSR and Create-React-App without ejecting. It's awesome!
However, the following line of code confuses me:
```js
```
I think f…
xJkit updated
5 years ago
-
I am using dynamic import in nextjs to overcome the window not found error. I then get the error
`Error: element with ID «editorjs-container» is missing. Pass correct holder's ID.`
```
const E…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Repository problems
These pr…
-
Hi, quick question. I didn't see on docs if fbt is mean to be used on a react server side rendered (SSR). It is? :)
Thanks for all the work!
-
To avoid issues like https://github.com/dequelabs/cauldron-react/pull/154, I think it might be cool to "SSR" the demo pages. This isn't a huge priority, but could be a fun hack project 😃