gardens icon indicating copy to clipboard operation
gardens copied to clipboard

Proposal flows: Pass actions via props

Open fabriziovigevani opened this issue 3 years ago • 1 comments

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.

fabriziovigevani avatar Sep 03 '21 21:09 fabriziovigevani

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

Harthor avatar Sep 26 '21 22:09 Harthor