Skip to content

Commit

Permalink
docs(FAQ): update portal link
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas742 committed Sep 19, 2023
1 parent a616126 commit 145d16c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/knowledge-base/FAQ.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import { MessageStrip } from '@ui5/webcomponents-react';
## Why is my Popover or Dialog not rendered correctly?

Mounting popups, like the Popover, inside of components can lead to unwanted side-effects (wrong positioning, alignment, etc.), to prevent that we recommend either mounting it outside of the component, or mounting it with a React portal.
You can find out more about how we use portals [here](https://sap.github.io/ui5-webcomponents-react/?path=/docs/knowledge-base-working-with-portals).
You can find out more about how we use portals [here](https://sap.github.io/ui5-webcomponents-react/?path=/docs/knowledge-base-working-with-portals--docs).

## Where can I find all compatible versions of `@ui5/webcomponents` and `@ui5/webcomponents-react`?

Expand Down

0 comments on commit 145d16c

Please sign in to comment.