-
Notifications
You must be signed in to change notification settings - Fork 46.9k
New issue
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
Support of "as" on Link for PreLoad #7543
Comments
Would you be interested in adding it? |
If @SunnyGurnani does not want to add it, may I give it a try? |
kevinslin
pushed a commit
to kevinslin/react
that referenced
this issue
Aug 26, 2016
Ran into this issue as well so made the fix (apologies @soupaJ). This is my first time contributing to react so please let me know if there's something missing. Signed the CLA and followed instructions outlined in the CONTRIBUTING section |
aweary
pushed a commit
that referenced
this issue
Aug 30, 2016
Closed in #7582 |
zpao
pushed a commit
that referenced
this issue
Sep 15, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
rel="preload" is the new functionality in latest browsers to preload the content. However Reactjs currently strips "as" on
<Link>
Here is the warning we get : Unknown prop
as
on<link>
tag. Remove this prop from the element. For details,The text was updated successfully, but these errors were encountered: