We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If the stateReducer is added to createComponent I cannot enhance the component with bindevents anymore.
createComponent
Usage of stateReducer and bindEvents.
No events are bound to the target.
create a component with template and statereducers add click bindevents export the component to render it
Node version: 9.3.0
Operating System: macOS 10.13.4
melody version: latest
The text was updated successfully, but these errors were encountered:
Could you provide an example?
Sorry, something went wrong.
No branches or pull requests
Explain the problem
If the stateReducer is added to
createComponent
I cannot enhance the component with bindevents anymore.Expected Behaviour
Usage of stateReducer and bindEvents.
Actual Behaviour
No events are bound to the target.
Steps to reproduce
create a component with template and statereducers
add click bindevents
export the component to render it
Provide your Environment details
Node version: 9.3.0
Operating System: macOS 10.13.4
melody version: latest
The text was updated successfully, but these errors were encountered: