x64Bits / solid-icons

The simplest way to use icons in SolidJS
https://solid-icons.vercel.app
MIT License
295 stars 19 forks source link

fix: mergeProps import #68

Open rtritto opened 1 week ago

rtritto commented 1 week ago

Using eslint-plugin-solid dependency.

Fix

9:20  warning  Prefer importing mergeProps from "solid-js"                                                           solid/imports
x64Bits commented 6 days ago

Hi @rtritto , can you tell me why this change is necessary? It seems to fix the fact that the solid-js exports for mergeProps have changed, but does it fix anything else?

rtritto commented 6 days ago

mergeProps is moved from solid-js/web to solid-js. The import from solid-js/web is deprecated.