Open serhii-havrylov opened 3 years ago
I wasn't able to replicate the bug report using firefox v88, but the provided error suggests that react-resize-detector
wasn't bundled properly with the component. That shouldn't be the case (particularly with app.run_server(debug=True)
), but it's possible I messed something up in the build.
@serhii-havrylov Are you building from source or installing from pypi? Can you provide pip list
output for dash-related packages (dash
, dash-core-components
, dash-extendable-graph
)?
I will make an update to package.json
(moving react-resize-detector
into dependencies section) in case there are some particularities, but that would theoretically only affect the minimized bundle. Locally, I haven't observed a change on the compiled dash_extendable_graph.dev.js
Hi
Thank you for your reply. I've installed it from pypi:
Package Version
------------------------ -------------------
dash 1.20.0
dash-core-components 1.16.0
dash-extendable-graph 1.3.0
dash-html-components 1.1.3
dash-renderer 1.9.1
dash-table 4.11.3
The following code produces
undefined is not a constructor (evaluating 'new window.ResizeObserver(_this.resizeHandler)')
error in safari and firefox browsers, however it works normally in google chrome.exception details: