-
Notifications
You must be signed in to change notification settings - Fork 560
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
Tooltip types broken #660
Comments
Wonder if it's because of the cc @chancestrickland |
For For TypeScript is complaining that it can't find the declaration for the latter, which means that |
I found the bug I introduced with the build overhaul. Hoping to have a patch either this afternoon or tomorrow! |
Should be fixed in 0.11.2. Let me know if there are any issues here! |
a8ef829 was the one. I simplified the build from v0.10 and in the process consolidated the TS configs, and I forgot to make sure path aliases didn't make it into the build config. Build still passed locally and in CI because the |
🐛 Bug report
Current Behavior
The components
Tooltip
andTooltipPopup
are of typeany
Expected behavior
They should be typed as a component
Reproducible example
Suggested solution(s)
The .d.ts file contains
import("../../utils/src")
, this folder doesn't exist. Changing toimport("../../utils")
fixed the issue locally.Additional context
Your environment
The text was updated successfully, but these errors were encountered: