solid-icons
solid-icons copied to clipboard
fix: mergeProps import
Using eslint-plugin-solid dependency.
Fix
9:20 warning Prefer importing mergeProps from "solid-js" solid/imports
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?
mergeProps is moved from solid-js/web to solid-js. The import from solid-js/web is deprecated.