Skip to content

Instantly share code, notes, and snippets.

@Jberlinsky
Created February 19, 2016 18:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Jberlinsky/e16935cc679e0ee804ff to your computer and use it in GitHub Desktop.
Save Jberlinsky/e16935cc679e0ee804ff to your computer and use it in GitHub Desktop.
async _navigateTo(path) {
await router.dispatch({ path: path }, (state, component) => {
ReactDOM.render(component, document.getElementById('app'));
});
}
Unhandled promise rejection TypeError: Cannot read property 'insertCss' of undefined(…)(anonymous function) @ es6.promise.js?bc01:127
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment