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
Add Promise support to async route functions (#3719)
* Add Promise support in getComponent(s).
* Add Promises to get(Child/Index)Routes.
* Chain getComponents default export handling too.
* Point out that it's actually Babel 6 that's doing it.
* Don't swallow exceptions.
* Add babel-polyfill for Promises in tests.
* Remove .default convenience on Promise handlers.
0 commit comments