Skip to content

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

Please give your support by ⭐️ starring ⭐️ this repo, Thank you 🎉 🎉 🎉

Clone this wiki locally