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
Theres a ref attribute on links in header, which seems unused. Does this serve any purpose or was it forgotten?
webpackStats.css.map((css, i) => <link href={css} ref={i} media="screen, projection" rel="stylesheet" type="text/css"/>)
The text was updated successfully, but these errors were encountered:
I think it's supposed to be key, as that's outputting an array of components. Although I think there is usually only one so react doesn't complain.
key
Sorry, something went wrong.
d9a7cbb
Thanks, @gonsfx.
No branches or pull requests
Theres a ref attribute on links in header, which seems unused.
Does this serve any purpose or was it forgotten?
The text was updated successfully, but these errors were encountered: