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
The readme claims that this library parses <script> tags:
Are <script> tags parsed?
Although <script> tags and their contents are rendered on the server-side, they're not evaluated on the client-side. See #98.
However, it looks like #109 removed that functionality. This is unfortunate, as there's still value in processing <script> tags in server-side environments like Next.js's _document.js component.
Either the Readme should be updated to reflect this, or (ideally) support for <script> tags should be added again to support more advanced use cases.
The text was updated successfully, but these errors were encountered:
The readme claims that this library parses
<script>
tags:However, it looks like #109 removed that functionality. This is unfortunate, as there's still value in processing
<script>
tags in server-side environments like Next.js's_document.js
component.Either the Readme should be updated to reflect this, or (ideally) support for
<script>
tags should be added again to support more advanced use cases.The text was updated successfully, but these errors were encountered: