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
At some point in the future, can we adapt createComponents so that it doesn't always use the default components, but also respects the custom reference, storage and crypto components I have?
At some point in the future, can we adapt createComponents so that it doesn't always use the default components, but also respects the custom reference, storage and crypto components I have?
Like so in ts-odd:
https://github.com/oddsdk/ts-odd/blob/main/src/index.ts#L267
(ie. let people pass in their custom components and only if not present in the options param then use the default)
The text was updated successfully, but these errors were encountered: