-
-
Notifications
You must be signed in to change notification settings - Fork 54
Known issues
Antony Budianto edited this page May 8, 2018
·
16 revisions
List of known issues:
- Importing svg file will cause runtime error on development (svg import didn't re-hydrate properly), but the errors are gone after production build
- No HMR support: Need to refresh page after changing file.
- Waiting CRA support here
- Latest React Loadable
v5.x.x
is not compatible, for now please stick to versionv4.x.x
or use loadable-components - Using renderToNodeStream limits you to render helmet on server, and sending custom status code based on app router context
- If you enabled Service worker, it's expected to see non-rendered page when viewing the page source (somehow page source will show SW-cached page). You can use curl to check the rendered page
- Fetching data based on route is WIP
If you've ideas on how to solve the issue, please discuss or send a PR!
Please give your support by ⭐️ starring ⭐️ this repo, Thank you 🎉 🎉 🎉