You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello.
Is seems like react-router requires an Object.assign polyfill, since react 15?
I'm getting Uncaught TypeError: Object.assign is not a function in some browsers. Looks like getComponents() is using it here: https://github.com/reactjs/react-router/blob/master/modules/getComponents.js#L33
Or I'm missing something? Thanks!
The text was updated successfully, but these errors were encountered:
Hello.
Is seems like react-router requires an Object.assign polyfill, since react 15?
I'm getting
Uncaught TypeError: Object.assign is not a function
in some browsers. Looks likegetComponents()
is using it here: https://github.com/reactjs/react-router/blob/master/modules/getComponents.js#L33Or I'm missing something? Thanks!
The text was updated successfully, but these errors were encountered: