You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
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:
The text was updated successfully, but these errors were encountered: