1Hive / gardens

Gardens are digital economies that anyone can help shape 🌻
https://gardens.1hive.org
MIT License
28 stars 16 forks source link

Proposal flows: Pass actions via props #326

Open fabriziovigevani opened 3 years ago

fabriziovigevani commented 3 years ago

Actions should be passed via props to Proposal screens instead of getting them by useActions as it will unnecessarily create all action functions again. Actions should have one instance only.

Harthor commented 3 years ago

https://github.com/1Hive/honey-pot/pull/634