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
@0.2.4 has incorrect export, which casues deps parse failed. export { default as StackOverflowIcon } from './StackOverflowIcon.js'
For example, react-color use @icons/material@^0.2.4 in dependencies.
So I got error when I execute deps-parse task(react-color & @icons/material).I cant find the export module(StackOverflowIcon.js).
@icons/material should publish @0.2.5 version, or upgrade to version @^0.4.0 in react-color.
@0.2.4 has incorrect export, which casues deps parse failed.
export { default as StackOverflowIcon } from './StackOverflowIcon.js'
For example, react-color use @icons/material@^0.2.4 in dependencies.
So I got error when I execute deps-parse task(react-color & @icons/material).I cant find the export module(StackOverflowIcon.js).
@icons/material should publish @0.2.5 version, or upgrade to version @^0.4.0 in react-color.
involve: #4
The text was updated successfully, but these errors were encountered: