neosarchizo
neosarchizo

Reputation: 678

Webpack hot loading for React project not working

Because I prefer to use Flow. So I migrated Typescript based project to Flow based one.
I also edited the configuration of the webpack and added plugins for Flow.
But webpack hot loading is not working.

my Flow+React project

Upvotes: 1

Views: 45

Answers (1)

neosarchizo
neosarchizo

Reputation: 678

For some reason, the uppermost component (App) has to be a class in order for the hot-reloading to work

Hot loading for Flow not working

Upvotes: 1

Related Questions