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
I noticed that if you, for example, use useReplicant() you must provide a 2nd argument, either a string or undefined, when I assume the intention for the type is for it to actually be optional? It seems to be the case for useAssetReplicant and useDynamicReplicant too.
The text was updated successfully, but these errors were encountered:
I noticed that if you, for example, use
useReplicant()
you must provide a 2nd argument, either a string orundefined
, when I assume the intention for the type is for it to actually be optional? It seems to be the case foruseAssetReplicant
anduseDynamicReplicant
too.The text was updated successfully, but these errors were encountered: