You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When browsing through undo/redo history, any async resolvePermissions and resolveFields methods re-run. This differs from resolveData, which persists through undo/redo history.
Since these two resolvers are always transient (i.e. never tracked on the application state), there's no way to sync them to the undo/redo history.
Steps to reproduce
Visit demo.puckeditor.com/edit
Select the Hero component
Click "Select a quote"
Select a quote
Wait for resolution
Undo
Redo
What happened
A spinner showed and resolver re-ran
What I expected to happen
No spinner to show, but the permissions to automatically be recalculated.
The text was updated successfully, but these errors were encountered:
When browsing through undo/redo history, any async
resolvePermissions
andresolveFields
methods re-run. This differs fromresolveData
, which persists through undo/redo history.Since these two resolvers are always transient (i.e. never tracked on the application state), there's no way to sync them to the undo/redo history.
Steps to reproduce
What happened
A spinner showed and resolver re-ran
What I expected to happen
No spinner to show, but the permissions to automatically be recalculated.
The text was updated successfully, but these errors were encountered: