keokilee / react-typescript-boilerplate

Boilerplate project for setting up Typescript and React with Babel and Webpack.
ISC License
114 stars 23 forks source link

TypeError: Cannot read property 'children' of undefined #257

Open rajeshaz09 opened 7 years ago

rajeshaz09 commented 7 years ago

HMR is not working when i changed the code inside reducers.ts.

I am getting following error "app.js:462 Uncaught TypeError: Cannot read property 'children' of undefined"

rajeshaz09 commented 7 years ago

changing from 'blue' to 'yellow' in colors array which is in counter.tsx is is reflecting properly through HMR.

I am using google chrome browser (OSX)

keokilee commented 7 years ago

I'm not sure I actually got HMR for the reducers working 😓. I'll have to take a look