-
Notifications
You must be signed in to change notification settings - Fork 53
chore: upgrade react-popper #3157
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
Conversation
yarn.lock
Outdated
| dependencies: | ||
| react-fast-compare "^3.0.1" | ||
| warning "^4.0.2" | ||
|
|
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.
react-popper 1 still exist but only for storybook a11y dependency which is only for dev
1 similar comment
output/components.eslint.txt
Outdated
| 347:2 error defaultProp "minimumPercentage" has no corresponding propTypes declaration react/default-props-match-prop-types | ||
| 348:2 error defaultProp "display" has no corresponding propTypes declaration react/default-props-match-prop-types | ||
|
|
||
| /home/travis/build/Talend/ui/packages/components/src/QualityBar/QualityBar.component.js |
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.
1 similar comment
but still do not work
1 similar comment
1 similar comment
|
super seed by #3176 |




What is the problem this PR is trying to solve?
we are on react-popper v1 which depends on deprecated popper.js dependency.
the future design system rely on @popperjs/core.
Usage of popper today in TUI:

What is the chosen solution to this problem?
We have to choose between:
Please check if the PR fulfills these requirements
[ ] This PR introduces a breaking change