An npm package that lets you jump right into coding React and Redux with universal (isomorphic) rendering. Only manage Express setups or Webpack configurations if you want to.
I'm getting an InvariantViolation error in one of my routes (/cubes/:cube). Unfortunately, there is no detailed information about the exception, I just get this:
I'm getting an
InvariantViolation
error in one of my routes (/cubes/:cube
). Unfortunately, there is no detailed information about the exception, I just get this:routes.js
:For reference, I've commited the current version of my code here: https://github.com/jazzido/throwaway
Thanks!