Skip to content

Add inheritAsyncDecorator for wrapper components#1109

Merged
Marc-Andre-Rivet merged 3 commits intodevfrom
add-set-decorator
Feb 4, 2020
Merged

Add inheritAsyncDecorator for wrapper components#1109
Marc-Andre-Rivet merged 3 commits intodevfrom
add-set-decorator

Conversation

@Marc-Andre-Rivet
Copy link
Contributor

@Marc-Andre-Rivet Marc-Andre-Rivet commented Feb 4, 2020

Wrapper components can use an async component but not be async themselves. inheritAsyncDecorator allows the wrapper to inherit the async-ness of the component it wraps.

@Marc-Andre-Rivet Marc-Andre-Rivet changed the title Add setDecorator for wrapper components Add inheritAsyncDecorator for wrapper components Feb 4, 2020
Copy link
Contributor

@wbrgss wbrgss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pretty low-risk, new exported function used elsewhere

💃

@Marc-Andre-Rivet Marc-Andre-Rivet merged commit 2bbb838 into dev Feb 4, 2020
@Marc-Andre-Rivet Marc-Andre-Rivet deleted the add-set-decorator branch February 4, 2020 02:12
@Marc-Andre-Rivet Marc-Andre-Rivet added this to the Dash v1.9 milestone Feb 4, 2020
nightsailer added a commit to o3cloud/dash that referenced this pull request Feb 23, 2020
* Add standard dash interface for location change (plotly#1094)

* feat: disable cookie access under restricted sandboxes (plotly#1080)

* IE11 compatibility (plotly#1106)

* Add `inheritAsyncDecorator` for wrapper components (plotly#1109)

* bump version, loosen version requirements

* dcc>=1.7.0, 1.7.1 was JS only

* stricten versions

* stricten table version

Co-authored-by: Marc-André Rivet <Marc-Andre-Rivet@users.noreply.github.com>
Co-authored-by: Jose Diaz-Gonzalez <email@josediazgonzalez.com>
nightsailer added a commit to o3cloud/dash that referenced this pull request Feb 23, 2020
* Add standard dash interface for location change (plotly#1094)

* feat: disable cookie access under restricted sandboxes (plotly#1080)

* IE11 compatibility (plotly#1106)

* Add `inheritAsyncDecorator` for wrapper components (plotly#1109)

* bump version, loosen version requirements

* dcc>=1.7.0, 1.7.1 was JS only

* stricten versions

* stricten table version

Co-authored-by: Marc-André Rivet <Marc-Andre-Rivet@users.noreply.github.com>
Co-authored-by: Jose Diaz-Gonzalez <email@josediazgonzalez.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants