You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Since the new version of the sdk, custom component using <script> inside are not working anymore. After looking in details, it seems that the new version are deleting the script tag and his content.
The text was updated successfully, but these errors were encountered:
So basically, we are using the builder.io/react with next js. The version working right now in production is "5.0.1".
When I upgraded to version 5.0.4, all <script> injected by custom constructor components were not injected.
I don't have any small repo to share with you. If I have times this week I will try but it's a basic next js project.
Describe the bug
Since the new version of the sdk, custom component using <script> inside are not working anymore. After looking in details, it seems that the new version are deleting the script tag and his content.
The text was updated successfully, but these errors were encountered: