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
Before 2, the JSONata API was synchronous, which works very well with React components.
Now in version 2 the API was made async (which brings in significant speed improvmements). The implementation needs a significant rework to accomodate for the new API.
Before 2, the JSONata API was synchronous, which works very well with React components.
Now in version 2 the API was made async (which brings in significant speed improvmements). The implementation needs a significant rework to accomodate for the new API.
React Suspense should support this.
The text was updated successfully, but these errors were encountered: