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
Warning: setProps(...) and replaceProps(...) are deprecated. Instead, call render again at the top level.
The Voting_spec.js test uses component.setProps({pair: pair}); which is deprecated, ideas for alternatives?
Voting_spec.js
component.setProps({pair: pair});
The text was updated successfully, but these errors were encountered:
fix setProps warning (fixes teropa#8)
2aa840e
No branches or pull requests
The
Voting_spec.js
test usescomponent.setProps({pair: pair});
which is deprecated, ideas for alternatives?The text was updated successfully, but these errors were encountered: