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
This allowed to import a JavaScript with the Module type: <asset:javascript type="module" src="application.js"/>
As a result, there is a duplication of attribute 'type' in the HTML: <script type="module" src="/assets/application.js?compile=false" type="module"></script>
The text was updated successfully, but these errors were encountered:
Recently, changes were made to a line of code:
asset-pipeline/asset-pipeline-grails/grails-app/taglib/asset/pipeline/grails/AssetsTagLib.groovy
Line 33 in f84c4dc
This allowed to import a JavaScript with the Module type:
<asset:javascript type="module" src="application.js"/>
As a result, there is a duplication of attribute 'type' in the HTML:
<script type="module" src="/assets/application.js?compile=false" type="module"></script>
The text was updated successfully, but these errors were encountered: