react-laag icon indicating copy to clipboard operation
react-laag copied to clipboard

Hooks to build things like tooltips, dropdown menu's and popovers in React

Results 29 react-laag issues
Sort by recently updated
recently updated
newest added

**Describe the bug** We are using a tooltip on a table tool to show the user the dimensions of the table it is supposed to build; as the tool is...

bug

**Describe the bug** A clear and concise description of what the bug is. `renderLayer` causes hydration errors when using the nextjs app router. **To Reproduce** Steps to reproduce the behavior:...

bug

**Describe the bug** My scenario is that I was opening a `React` portal into a new browser window. In this new window a component uses react-laag (via `useLayer`) to render...

bug

**Describe the bug** When going to full screen mode, the tooltip doesn't show. **Expected behavior** Tooltip must be visible even when in full screen mode.

bug

I'm not able to test the component with **react-testing-library**. ` const [isOpen, setOpen] = useState(false); function close() { setOpen(false); } const { renderLayer, triggerProps, layerProps, arrowProps } = useLayer({ isOpen,...

bug

I used react-laag to create a tooltip. When I hover over the info button and button, the tooltip shows the blinking effect. How I can fix it? https://github.com/everweij/react-laag/assets/105698064/7dc08ebd-a2e6-41dd-8b74-ddccf1954f8e

bug

**Describe the bug** In safari when the screen is zoomed in the tooltip does not show in the correct place. I tested in chrome and all was fine. **Reproduce** https://codesandbox.io/p/sandbox/damp-shape-5cnf6k?file=%2Fsrc%2FApp.js%3A23%2C11...

bug

When multiple onMouseEnter/onMouseExit events are fired (e.g., from original target + a child element) and you have a entry and/or exit delay an active timeout will be overwritten by the...