📣 Dash 1.0.2 released

Update: version 1.16 has been released since this was posted.

Dash 1.0.2 is a regression patch based on community feedback.

Changelogs

Highlights

5 Likes

fill_width seems to not do anything for me on the new version 4.0.2

The update is causing front-end error:

Cannot read property 'subscribe' of undefined

(This error originated from the built-in JavaScript code that runs Dash apps. Click to see the full stack trace or open your browser's console.)
TypeError: Cannot read property 'subscribe' of undefined

    at r.componentWillMount (http://localhost:8050/trafficnoise/_dash-component-suites/dash_daq/bundle.js?v=0.1.6&m=1563292449:2:716)

    at Pd (http://localhost:8050/trafficnoise/_dash-component-suites/dash_renderer/react-dom@16.8.6.min.js?v=1.0.0&m=1561130096:69:98)

    at qg (http://localhost:8050/trafficnoise/_dash-component-suites/dash_renderer/react-dom@16.8.6.min.js?v=1.0.0&m=1561130096:92:314)

    at hi (http://localhost:8050/trafficnoise/_dash-component-suites/dash_renderer/react-dom@16.8.6.min.js?v=1.0.0&m=1561130096:104:285)

    at Qg (http://localhost:8050/trafficnoise/_dash-component-suites/dash_renderer/react-dom@16.8.6.min.js?v=1.0.0&m=1561130096:144:293)

    at Rg (http://localhost:8050/trafficnoise/_dash-component-suites/dash_renderer/react-dom@16.8.6.min.js?v=1.0.0&m=1561130096:145:168)

    at Sc (http://localhost:8050/trafficnoise/_dash-component-suites/dash_renderer/react-dom@16.8.6.min.js?v=1.0.0&m=1561130096:158:109)

    at Z (http://localhost:8050/trafficnoise/_dash-component-suites/dash_renderer/react-dom@16.8.6.min.js?v=1.0.0&m=1561130096:156:492)

    at Kc (http://localhost:8050/trafficnoise/_dash-component-suites/dash_renderer/react-dom@16.8.6.min.js?v=1.0.0&m=1561130096:155:69)

    at ya (http://localhost:8050/trafficnoise/_dash-component-suites/dash_renderer/react-dom@16.8.6.min.js?v=1.0.0&m=1561130096:153:185)

I am not sure if I should be doing anything to accomodate the new update. Thanks. I make use of dash-tables in my code.

Thanks,
Vivek

I think the dash-daq broke because of the new dash-daq 0.1.6. None of the dash components are rendering. Its not because of the dash upgrade. The above error appears to be because of that. My apologies for the confusion

Hey,
I had this issue - broken daq components with v0.1.6. I updated to dash-daq 0.1.7rc1 prerelease and the problem went away, so guess devs are on to it.

1 Like