After upgraded to 0.10.1 i started to get Cannot read property 'state' of undefined error
[issue link]Hi,
After i upgraded i started to get some errors.
[nuxt.js] Cannot load components TypeError: Cannot read property 'state' of undefined at _callee$ (eval at <anonymous> (http://localhost:3000/_nuxt/nuxt.bundle.a1d658b70038de92930d.js:401:1), <anonymous>:27:22) at tryCatch (eval at <anonymous> (http://localhost:3000/_nuxt/nuxt.bundle.a1d658b70038de92930d.js:619:1), <anonymous>:64:40) at Generator.invoke [as _invoke] (eval at <anonymous> (http://localhost:3000/_nuxt/nuxt.bundle.a1d658b70038de92930d.js:619:1), <anonymous>:299:22) at Generator.prototype.(anonymous function) [as next] (eval at <anonymous> (http://localhost:3000/_nuxt/nuxt.bundle.a1d658b70038de92930d.js:619:1), <anonymous>:116:21) at step (eval at <anonymous> (http://localhost:3000/_nuxt/nuxt.bundle.a1d658b70038de92930d.js:401:1), <anonymous>:13:191) at eval (eval at <anonymous> (http://localhost:3000/_nuxt/nuxt.bundle.a1d658b70038de92930d.js:401:1), <anonymous>:13:437) at eval (eval at <anonymous> (http://localhost:3000/_nuxt/nuxt.bundle.a1d658b70038de92930d.js:401:1), <anonymous>:13:99) at eval (eval at <anonymous> (http://localhost:3000/_nuxt/nuxt.bundle.a1d658b70038de92930d.js:401:1), <anonymous>:51:17) at promisify (eval at <anonymous> (http://localhost:3000/_nuxt/nuxt.bundle.a1d658b70038de92930d.js:373:1), <anonymous>:99:15) at promiseSeries (eval at <anonymous> (http://localhost:3000/_nuxt/nuxt.bundle.a1d658b70038de92930d.js:373:1), <anonymous>:80:10)
and on the terminal i get the following error:
Error: Error: Request failed with status code 404 at server-bundle.js:18129:13 at process._tickDomainCallback (internal/process/next_tick.js:135:7)
i use nuxt with express.js and on 0.9.9 version there is no problem.
Thank you.