blade-ui-kit / blade-icons

A package to easily make use of SVG icons in your Laravel Blade views.
https://blade-ui-kit.com/blade-icons
MIT License
2.21k stars 148 forks source link

Fix for invalid defer attribute on SVG tag #218

Closed Jaybuz closed 1 year ago

Jaybuz commented 1 year ago

Removes the defer attribute as it is not a valid attribute on the SVG tag.

Fixes the W3C error below: Error: Attribute defer not allowed on element svg at this point.

driesvints commented 1 year ago

This needs to be removed on the SVG itself.

Jaybuz commented 1 year ago

Am I missing something? If I'm using the defer feature, it requires adding the defer attribute.

driesvints commented 1 year ago

Hey sorry. I'll have a look as soon as I'm able.

driesvints commented 1 year ago

Managed to find some time for this. Thanks!