Upgrade popper.js
See original GitHub issue- Replace bundled version with the npm one. https://github.com/eleme/element-react/issues/499
- Fix related issue like automatically adjust placement.
- Fix the 5px offset issue.
- Move the popper dom element into document.body. https://github.com/eleme/element-react/issues/514
- Support SSR (Server Side Rendering). https://github.com/eleme/element-react/issues/398
Components that integrated with popper.js
:
- AutoComplete
- Cascader
- Dropdown
- Popover
- Select
- Table
- Tooltip
Issue Analytics
- State:
- Created 6 years ago
- Comments:8 (2 by maintainers)
Top Results From Across the Web
Migration Guide | Popper
Migrating to Popper 2 · 1. Install the new package. Remove the popper. · 2. Change the import · 3. Change your CSS...
Read more >popperjs-update - npm
Integrating 3rd party libraries in React or other libraries can be a pain because they usually alter the DOM and drive the libraries...
Read more >Update Popper.js to v2.x #29842 - twbs/bootstrap - GitHub
Users can upgrade even if they run an operative system that didn't support Edge before. In any case, with polyfills, Popper 2 should...
Read more >npm WARN deprecated popper.js@1.16.1: You can find the ...
If you wish to upgrade, just run npm install @popperjs/core --save and then npm uninstall popper.js --save from within your project ...
Read more >Update Popper.js to version 2.9.2 [#3211605] | Drupal.org
Proposed resolution Update to https://github.com/popperjs/popper-core/releases/tag/v2.9.2 Remaining tasks API changes Release notes snippet.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
May I know the progress of the PR? It is nearly impossible to use
element-react
with framework likenext.js
.ah man, this is a real bummer. any forks out there with next compatibility?