-
Notifications
You must be signed in to change notification settings - Fork 29
adjustments for dash 3 support #353
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
Conversation
This is ran as dash 3, and passing: https://github.com/plotly/dash-ag-grid/actions/runs/13117864371/job/36596481157 I'm going to revert the pinning of the dash 3 rc. |
You can't get use
|
The loading isnt for supporting dash 3, its for support dash 2. As the alterations to dash 3 decreased the number of times the component is rerendered. Also, this is a test to see if loading exists, and if so test it, if not, do nothing. You can see an example here: Essentially, there is no equivalent to the Previous Loading state as everything in Dash 3 is for the current state. However, because Dash is no longer passing this data back to the component (forcing a rerender) there is no reason to check the previous state. This was mainly to combat things like Dash 2:
Dash 3:
|
No description provided.