this
is undefined in production but not dev mode
#284
Labels
this
is undefined in production but not dev mode
#284
We have an app that we ported over to this CLI tool and it works perfectly in development mode. However, if we run the build folder in a server (using
pushstate-server
) we get:Uncaught TypeError: Cannot read property 'props' of undefined
The component is simple:
Like I said, this works great in dev mode. Why not in production?
The text was updated successfully, but these errors were encountered: