-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
feat(sunburst): migrate package to typescript #1264
Conversation
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit a2297ab:
|
e275b0c
to
a0d011b
Compare
a0d011b
to
29cb046
Compare
c6cd7ce
to
65a097d
Compare
Thanks for the review @plouc. I responded to all the changes! |
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.
LGTM
@wyze, thank you for the hard work, it's way more powerful! I just noticed that the website throws an error as soon as we hover an element, I think there's an issue with the tooltip. |
Okay, good catch @plouc. I was doing defaultProps different in the component and wasn't working as expected. So I updated it to make it match the style used in Pie and is working fine now. Also noticed, default value for pie accessor was wrong on the website so updated that as well. :) |
Great, thank you! I'm gonna merge as soon as tests pass then, I think this PR alone deserves a new release :) |
Close #1240