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
I've run a test with w3c validator and I get an error in the script tags generated by importMap :
Error: Element script must not have attribute async unless attribute src is also specified or unless attribute type is specified with value module.
From line 48, column 10; to line 48, column 23
</script><script async>↩if (!
The class concerned is ImportMapRender.php, line 128 :
Symfony version(s) affected
7.2.2
Description
Hi,
I've run a test with w3c validator and I get an error in the script tags generated by importMap :
The class concerned is ImportMapRender.php, line 128 :
async in the script tag seems to be a problem.
How to reproduce
Use the import map in your symfony project.
In base.html.twig file, add this lines :
Generate the html page and pas code in W3C validator : https://validator.w3.org/nu/#textarea
Possible Solution
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: