Skip to content

[feature/react-intl] problem on IE10 (polyfill) #1580

@dreisel

Description

@dreisel

when running the app on IE10 (or any browser that need the intl polyfill)
the client loader will eventually load the polyfill but the main client file that uses the intl is loaded first.
this causes an error and the entire app won't load.

I fixed this issue at my fork by importing the client file dynamically when the polifilled is done (if needed).

I'll open a PR soon

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions