Replace 'popper.js' with 'floating-vue' for tooltip components #354
Labels
dependencies
Pull requests that update a dependency file
enhancement
New feature or request
vue-3
Will only be done for the vue-3 version
We upgraded to Vue3, and some packages like
popper.js
are no longer compatible. We haven't updated this particular case in the styleguide yet.Please replace
popper.js
with[floating-vue](https://floating-ui.com/)
in the styleguide, and also update the implementation of components wherepopper.js
was used before e.gc-tooltip
.Here's a commit example of the recent implementation with
floating-vue
.The text was updated successfully, but these errors were encountered: