ericclemmons / ericclemmons/webpack-hot-server-example
SyntaxError: unsupported binaryType: must be either "nodebuffer" or "arraybuffer"
Open
- Dominant language
- JavaScript
- Stars
- 365
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
I'm trying to integrate the server HMR into my existing project.
The first time the page is loaded correctly, I can navigate in my app without problems, but if I call a route hitting enter on the address bar, sometimes I get this error: `SyntaxError: unsupported binaryType: must be either "nodebuffer" or "arraybuffer"` (similar to this: https://github.com/websockets/ws/issues/725)
Any suggestions?
thanks
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.