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
const mapStateToProps = state => getToast(state)
Button
button: undefined
print
The text was updated successfully, but these errors were encountered:
@vmenard @guillaumecrespel there still are 3 points to handle
Sorry, something went wrong.
Kriya Button have not the same style / animation that toast button. But, i agree to add saga event on click.
and broken code style with other container ?
ok
const mapStateToProps = (state) => { return getToast(state) }
No branches or pull requests
https://github.com/alakarteio/kriya/blob/apiToast/src/toast/toast.container.js#L7
const mapStateToProps = state => getToast(state)
Button
per default : https://github.com/alakarteio/kriya/blob/apiToast/src/toast/toast.jsx#L42button: undefined
print
field should be given by the HOC, not stored into the reduxThe text was updated successfully, but these errors were encountered: