Description
there is a complexity with using the feature-flags as intended.
Considering the new re-own update, where we want to rely on network enabled returned from the feature-flag
but as it is we cannot gracefully handle this because of chainId dependency.
Solution
in the main index.tsx we build up a long list of context providers.
In the current hierarchy its like:
... other providers
... other providers
Originally posted by @L03TJ3 in #604 (comment)
Description
there is a complexity with using the feature-flags as intended.
Considering the new re-own update, where we want to rely on network enabled returned from the feature-flag
but as it is we cannot gracefully handle this because of chainId dependency.
Solution
in the main index.tsx we build up a long list of context providers.
In the current hierarchy its like:
... other providers
... other providers
Originally posted by @L03TJ3 in #604 (comment)