Skip to content

[BUG] Dash async causes syntax error in IE11 #1003

@shammamah-zz

Description

@shammamah-zz

Thank you so much for helping improve the quality of Dash!

We do our best to catch bugs during the release process, but we rely on your help to find the ones that slip through.

Note - found while working on plotly/dash-core-components#627

Describe your context
Please provide us your environment so we can easily reproduce the issue.

  • replace the result of pip list | grep dash below
dash                            1.6.0    
dash-core-components            1.5.0    
dash-dangerously-set-inner-html 0.0.2    
dash-flow-example               0.0.5    
dash-html-components            1.0.1    
dash-renderer                   1.2.0    
dash-table                      4.5.0    
  • if frontend related, tell us your Browser, Version and OS

    • OS: Windows
    • Browser: Internet Explorer
    • Version: 11

Describe the bug

Using the dash-core-components library installed with the latest version of Dash that includes async (1.6.0) in an app causes the app to be stuck on "Loading..." and the following errors to show up in the console:

screen_shot_2019-11-06_at_1 29 43_pm

This is due to an arrow function:

Screen Shot 2019-11-06 at 2 51 05 PM

Expected behavior

The components should render.

Screenshots

See above.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions