plotly / dash-renderer

OBSOLETE has been merged into dash
https://github.com/plotly/dash
MIT License
97 stars 32 forks source link

Fix reload #110

Closed T4rk1n closed 5 years ago

T4rk1n commented 5 years ago

Hot Reload was broken by #108 with the removal of the Authentication component that wrapped the Reloader.

alexcjohnson commented 5 years ago

Looks great 💃 At some point it might be nice to write a test for hot reload, though offhand that sounds a bit painful...

T4rk1n commented 5 years ago

Yes, hot-reload really needs a test, atleast to make sure it still work.

Thinking of something like changing an assets css, wait for reload and assert the style has changed.