awcodes / filament-tiptap-editor

A Rich Text Editor plugin for Filament Forms.
MIT License
272 stars 73 forks source link

Use svg syntax for icons #216

Closed realslimsutton closed 9 months ago

realslimsutton commented 9 months ago

Since 3.x Filament uses the @svg syntax by default.

Disabling components inside the blade-icons.php config file, results in the following error anywhere TiptapEditor is used:

image

This PR replaces the usage of components with the @svg syntax to resolve the above error.

awcodes commented 9 months ago

Thank you for the PR. I think it's best to use Filament's native icon blade component though.

I have implemented the fix and it will be in the next release.

realslimsutton commented 9 months ago

Thank you for the PR. I think it's best to use Filament's native icon blade component though.

I have implemented the fix and it will be in the next release.

Awesome thank you!