Skip to content
/ docs Public
forked from withastro/docs

Commit

Permalink
i18n(fr): Update guides/integrations-guide/react from withastro#8038
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Bonnet <thomasbnt@protonmail.com>
  • Loading branch information
thomasbnt committed Jun 25, 2024
1 parent ded2a30 commit c935501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/fr/guides/integrations-guide/react.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ import ReactComponent from './ReactComponent';
Si vous utilisez une bibliothèque qui *attend* que plus d'un élément enfant soit passé, par exemple pour qu'elle puisse placer certains éléments à différents endroits, vous pourriez trouver cela bloquant.
Vous pouvez définir le drapeau expérimental `experimentalReactChildren` pour dire à Astro de toujours passer les enfants à React en tant que vnodes React. Il y a un coût d'exécution à cela, mais cela peut aider à la compatibilité.
Vous pouvez définir le drapeau expérimental `experimentalReactChildren` pour dire à Astro de toujours passer les enfants à React en tant que nœuds DOM virtuels React. Il y a un coût d'exécution à cela, mais cela peut aider à la compatibilité.
Vous pouvez activer cette option dans la configuration de l'intégration de React :
Expand Down

0 comments on commit c935501

Please sign in to comment.