Replies: 2 comments 4 replies
-
You can put your async code before the |
Beta Was this translation helpful? Give feedback.
3 replies
-
Hey, for me still does not work the code above ... the body still complains ... also can someone explain to me why we need the code in both |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
Just started a new Grunge stack, and it's based on React 18 now. First order of business was to add in i18 support, and as I was following the instructions, I realized that the entry.server.ts file has changed rather materially to now use renderToPipeableStream. The code provided contains the following:
which makes it harder to insert "" since instance in the instructions uses async/await. I tried to guess what might work, but I got a React error about cannot read property useMemo of null, so I'm sure I guessed wrong.
Any ideas on what the new code will need to look like?
Btw, thanks very much for the package and all of the effort!
Your Example Website or App
https://github.com/remix-run/grunge-stack
Steps to Reproduce the Bug or Issue
Expected behavior
I actually didn't expect it to work with the new language.
Screenshots or Videos
No response
Platform
MacOs 12.4, M1
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions