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
When testing the standard voting example from the user guide using both CommonJS and ES6 on NodeJS 14 LTS and 15, connectVoting() is not being correctly exported as a default or named function. This breaks the standard voting DAO app connector instructions from the project's quick start guide, and may be related to issue #232. I'm not sure if this affects other app connectors, but it may be the case that they also are broken. I have also had the issue confirmed by another person I'm working with on a project on a separate device, so it's not localized to me. I've been able to test this against v0.8.0-alpha, v0.7.3, and v0.7.0 from npm of @aragon/connect-voting, while using @aragon/connect v0.7.0.
The text was updated successfully, but these errors were encountered:
I'm having the same problem with @aragon/connect-finance and connectFinance. Searching on the GitHub code, these functions don't exist any more. Is this a docs problem?
When testing the standard voting example from the user guide using both CommonJS and ES6 on NodeJS 14 LTS and 15, connectVoting() is not being correctly exported as a default or named function. This breaks the standard voting DAO app connector instructions from the project's quick start guide, and may be related to issue #232. I'm not sure if this affects other app connectors, but it may be the case that they also are broken. I have also had the issue confirmed by another person I'm working with on a project on a separate device, so it's not localized to me. I've been able to test this against v0.8.0-alpha, v0.7.3, and v0.7.0 from npm of @aragon/connect-voting, while using @aragon/connect v0.7.0.
The text was updated successfully, but these errors were encountered: