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
The same way @aragon/connect exports default and connect, app connectors should export default (which they do already) and a corresponding named export, e.g. connectVoting and connectTokens.
This will allow to be imported from Node using an explicit default (or from our side, it would avoid mixing all our named exports on e.g. connectVoting() as it could create conflicts).
The text was updated successfully, but these errors were encountered:
The same way
@aragon/connect
exportsdefault
andconnect
, app connectors should exportdefault
(which they do already) and a corresponding named export, e.g.connectVoting
andconnectTokens
.This will allow to be imported from Node using an explicit
default
(or from our side, it would avoid mixing all our named exports on e.g.connectVoting()
as it could create conflicts).The text was updated successfully, but these errors were encountered: