Vladimir Simonov

Results 21 comments of Vladimir Simonov

@Yomguithereal, I use babel@5 as a transpiler with stage-0 setting, because babel@6 doesn't have class decorators. I've checked with: ``` es6 import {mixins} from 'core-decorators'; import LinkedStateMixin from 'react-addons-linked-state-mixin'; @mixins(LinkedStateMixin)...

@Yomguithereal edited: looks like I completely forgot about the main issue: nevertheless branch decorator still breaks static props. Do you know a way how to solve this issue?

@d-oliveros I was using a decorator, not a higher order component (which is also available for baobab) and it seems to me that a decorator shouldn't have such problems.

Hi, thanks for raising this issue. Indeed, currently, it doesn't hide the hint in case of triggering the same event. Initially, the API was made for `hover` events, `click` events...

@tonypee it is happening, I would like to close this deal within April

Thanks for reporting this! I'll try to fix this

@DonIsaac could you also provide a simple repro?

@emilschutte hm, thanks for letting me know, could you provide a repro so I could try fixing that?

These are the main points I would like to cover in the new API: - [ ] 1. Add support for any events including custom ones. - [ ] 2....

@drosko I guess it's doable with the current API, something like this: ```jsx ```