Open
Description
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)