Michael Mok
Michael Mok
Hi, can you create an reproduction so I can investigate?
I believe this is a bug on antd/webpack's side - I am able to reproduce this, will try to raise an issue upstream.
Bump - I'll try to investigate this soon and hopefully we can figure out what's wrong
The error is clear, no? The variable was not defined so the browser throws a `ReferenceError`?
Are you doing any manual `module.hot.accept`?
It would be helpful if a reproduction can be provided
Can you provide any reproduction? How are you configuring things? It's really hard to help without any context
I believe there's something with `iframe` that's causing issues, will try to reproduce.
Hi, you cannot inject new changes. If you update something outside of the compilation cycle, it is impossible to respond. `liveReload` works by refreshing the whole page and because it...
This error does not seem related to this package. Can you provide your full Webpack config?