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
Most of our APIs are async and without returning a promise it's hard to figure out when an action is fully applied. The following methods should return a promise:
arrangeBy
groupBy
halt
importState
render
renderer
resume
set
Sync methods:
exportState
get
subscribe
unsubscribe
The text was updated successfully, but these errors were encountered:
Most of our APIs are async and without returning a promise it's hard to figure out when an action is fully applied. The following methods should return a promise:
Sync methods:
The text was updated successfully, but these errors were encountered: