Skip to content

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 version v4.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 🎉 🎉 🎉

Clone this wiki locally