victronenergy / venus-influx-loader

NodeJS server that takes from MQTT into Influx, and config UI and still more
MIT License
14 stars 6 forks source link

bug: Admin UI does not reload automatically, requires full browser refresh #3

Closed mman closed 10 months ago

mman commented 11 months ago

At some point during the development cycle, I noticed that production build of react.js based Admin UI does not work properly in production builds (works fine in development builds). The UI does not react to clicks in the UI (handled via react-dom-router). The URL in browser will change, but page itself will not refresh.

Turns out this appears to be a bug in one of the react.js dependencies and the bug goes away by simply updating all dependencies to their latest versions via https://github.com/victronenergy/venus-influx-loader/pull/1

mman commented 10 months ago

Fixed by https://github.com/victronenergy/venus-influx-loader/pull/1