fs.readFileSync issue #257
Unanswered
vizakenjack
asked this question in
Q&A
Replies: 1 comment
-
Hi @vizakenjack What you say is very important. I'm going to check that out right now. About SSR: Part of the blog does not work with SSR. It is only intended, for now, to work with the Thanks, I'll let you know soon. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
First of all, thanks for your theme! Its awesome. Yesterday I have upgraded my project to the latest release @onwidget/astrowind@1.0.0-beta.3
It works fine, however I have an issue with my react components.
I have this error in a console:
It points to src/utils/config.ts:
I had to add try...catch to this block to reanimate my react components, but not sure if it's a good solution.
Also, I have SSR enabled if that matters. This is my first JS/TS project, so I was't aware that this template doesn't officially support SSR (according to this issue #194)
Beta Was this translation helpful? Give feedback.
All reactions