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
the doc says that Scripts accepts "anything else you can pass to a <script> tag". But judging from the code https://github.com/palmerhq/the-platform/blob/f721b0a2e44a86b4e5c0474c592ac46b3827ba9a/src/Script.tsx#L8-L14 it only passes src. However, some third-party libraries like paypal use data attributes to pass parameters to their scripts and that's not possible with Script
Scripts
<script>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
the doc says that
Scripts
accepts "anything else you can pass to a<script>
tag". But judging from the codehttps://github.com/palmerhq/the-platform/blob/f721b0a2e44a86b4e5c0474c592ac46b3827ba9a/src/Script.tsx#L8-L14
it only passes src. However, some third-party libraries like paypal use data attributes to pass parameters to their scripts and that's not possible with Script
The text was updated successfully, but these errors were encountered: