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
exportconstloader=()=>{...};// no need to manually add wrapper function with "ClientLoaderFunctionArgs" typeexportconstclientLoader=createClientLoaderCache();// can still pass optionsexportconstclientLoader=createClientLoaderCache({key: "my-custom-key"});
The text was updated successfully, but these errors were encountered:
Could be integrated with a helper like such:
And then used like such:
The text was updated successfully, but these errors were encountered: