prodo-dev / prodo

Prodo is a React framework to build apps faster.
https://docs.prodo.dev
MIT License
114 stars 5 forks source link

action events should have unique ids #42

Closed Onurbon closed 5 years ago

Onurbon commented 5 years ago

The generated ids for the actions triggered from a react component are not unique yet. See below two different actions triggered from the same component:

image

andrejak commented 5 years ago

Assuming this is done since id is now in the format "Component.number/event.number", should this be closed?

coffee-cup commented 5 years ago

I'm pretty sure this is closed now