Benjamin Levesque
Benjamin Levesque
`PaymentExtension`?
@dan1kov can you please take a look? 🙏
Hello @ddecrulle do you have something like this in mind ? ```tsx {typeof children === "string" ? ( {children} ) : ( {children} )} ``` children having the type `ReactNode`
another interesting use case for this : exchanges! They don't support smart contract calls, so cannot interract with the existing proxies. It seems important that, once used, the "one time...
@MantisClone the rn library has way too many dependencies, we need to rethink its architecture I believe. From the top of my mind, some of the issues: - it's very...
closing, not absolutely required. This was an experiment. Feel free to re-open if it's needed