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
Most times, we don't need to worry about the unique ids in the react on rails components.
We can add a global setting:
config.skip_random_unique_ids = true
if true, then the unique id is 'react-on-rails-<component_name>'.
This saves the need to optionally set the id as a property when react_component is called supposing we don't want get the random shas.
The text was updated successfully, but these errors were encountered:
Fixed in #1121
Sorry, something went wrong.
No branches or pull requests
Most times, we don't need to worry about the unique ids in the react on rails components.
We can add a global setting:
if true, then the unique id is 'react-on-rails-<component_name>'.
This saves the need to optionally set the id as a property when react_component is called supposing we don't want get the random shas.
The text was updated successfully, but these errors were encountered: