-
-
Notifications
You must be signed in to change notification settings - Fork 188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: fix throw error cause by import warning from rc-util #370
Conversation
kiner-tang
commented
Oct 20, 2023
•
edited
Loading
edited
- close Failed to resolve entry for package "rc-util" error when upgrade version #369
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov Report
@@ Coverage Diff @@
## master #370 +/- ##
=======================================
Coverage 99.41% 99.41%
=======================================
Files 8 8
Lines 170 170
Branches 52 52
=======================================
Hits 169 169
Misses 1 1
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@@ -10,7 +10,7 @@ import { getMotionName } from '../util'; | |||
import Content from './Content'; | |||
import type { ContentRef } from './Content/Panel'; | |||
import Mask from './Mask'; | |||
import { warning } from 'rc-util'; | |||
import { warning } from 'rc-util/lib/warning'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
trigger 那边也有这个, 需要改不🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
我去看看
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
咋没看到有反馈说trigger有问题呢, 奇怪