-
-
Notifications
You must be signed in to change notification settings - Fork 54
Known issues
Antony Budianto edited this page Jul 7, 2018
·
16 revisions
List of known issues:
- Importing svg/img file will cause runtime warning on development (asset import didn't re-hydrate properly due filename mismatch), but the errors are gone after production build
- 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
- isomorphic css
- 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 on Alpha stage, please visit @cra-express/redux-prefetcher
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 🎉 🎉 🎉