-
-
Notifications
You must be signed in to change notification settings - Fork 125
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
ExternalScriptsHandle
does not attach custom attributes to link
#309
Comments
I think this can be fixed by attaching rest props for this: remix-utils/src/react/external-scripts.tsx Lines 229 to 239 in e8a1991
|
Just a bump to this - not supporting As a point of design feedback, I would not use rest/spread to support but an explicit property that simply passes through whatever is provided. E.g. |
Agreed with @gar1t on this one. Came across this issue integrating Cloudflare beacon. |
Would love to the possibility of passing custom attributes as well ! |
same! |
Describe the bug
Here is my handle function:
However, this is rendered as:
Your Example Website or App
https://github.com/IgnisDa/ryot/blob/8204c2f5bc9de32e4181cf60a117db184b9eba88/apps/frontend/app/routes/_dashboard.tsx#L148
Steps to Reproduce the Bug or Issue
Expected behavior
I expect it to be rendered as:
Screenshots or Videos
No response
Platform
[email protected]
Additional context
No response
The text was updated successfully, but these errors were encountered: