Skip to content

Conversation

aabidali641
Copy link

This PR fixes an issue where Popper's attributes (data-popper-escaped, data-popper-reference-hidden)
were not being applied to the Popup wrapper div.
Added support for applying state.attributes.popper to the wrapper element.
Fixes #4488.

Copy link

welcome bot commented Aug 11, 2025

💖 Thanks for opening this pull request! 💖

Here is a list of things that will help get it across the finish line:

  • Run yarn lint locally to catch formatting errors. This will fix some errors automatically, commit and push any changes.
  • Run yarn test locally to catch errors. This ensures all components still behave as they should.
  • Run yarn start to run the doc site locally and try a few pages, ensuring everything is in good working order.
  • Include tests when adding/changing behavior.

We get a lot of pull requests on this repo, so please be patient and we will get back to you as soon as we can.

Copy link

vercel bot commented Aug 11, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
semantic-ui-react ❌ Failed (Inspect) Aug 11, 2025 9:43am

* chore(eslint): enable react-hooks eslint rules

* chore(eslint): ignore eslint error as it is false positive because process.env.NODE_ENV never changes during runtime
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: [Popup] doesn't take into account popper's attributes, only styles
2 participants