-
-
Notifications
You must be signed in to change notification settings - Fork 77
Updates the use of renderDashComponents to use ExternalWrapper when Dash 3 and falls back on dash-extensions for Dash 2
#531
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
AnnMarieW
merged 15 commits into
snehilvj:master
from
BSd3v:render-dash-components-update
Mar 20, 2025
Merged
Changes from 4 commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
aa99942
this allows the updated externalwrapper from dash and support for das…
BSd3v cb72f67
removing console log for rendering
BSd3v 51df059
alterations to give rendering space in dash and allowing for simple r…
BSd3v 7161491
making dash 3 use of externalwrapper stronger and able to handle asyn…
BSd3v 1ccae3d
Update src/ts/props/dash.ts
BSd3v e33570a
adding path to stepper, also adding test for button in stepper compon…
BSd3v c51bd47
adds second test for optional_components
BSd3v 764df32
Merge remote-tracking branch 'upstream/master' into render-dash-compo…
BSd3v 2208d9a
added changelog and dev requirement of `dash-iconify`
BSd3v c72fc60
adjustment to the statement about the callbacks
BSd3v 0b19eb1
adds holder for more accurate targeting of components
BSd3v 1a444e0
removes `time.sleep` as it is unnecessary
BSd3v 899288c
fixed issue where props were being manipulated in place, caused issue…
BSd3v e878be3
better delay for app to spin up
BSd3v 62d5b4b
Update CHANGELOG.md
BSd3v File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it possible to do this without adding a new prop to every component?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, it was just a placeholder, its sometimes in there but sometimes not... It's not necessary as far as I can tell.