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
Having Ethers as an optional peer dependency and importing it dynamically (through import()) could remove the need for app authors to inject it themselves and simplify configuration.
The text was updated successfully, but these errors were encountered:
Peer dependencies can be declared as optional by using the
peerDependenciesMeta
field (supported by Yarn).Having Ethers as an optional peer dependency and importing it dynamically (through
import()
) could remove the need for app authors to inject it themselves and simplify configuration.The text was updated successfully, but these errors were encountered: