Skip to content

Commit

Permalink
Fix link to multiple renderers (#122)
Browse files Browse the repository at this point in the history
I noticed that the link to pmndrs/react-three-fiber#43 had a typo in it. This removes the extra `h` from `hhttps`
  • Loading branch information
Pinpickle authored Jun 28, 2021
1 parent f570b59 commit b370074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/a11y/access-user-preferences.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const My3dObject = () => {

## Use the context outside and inside the r3f canvas

At the moment React context [can not be readily used between two renderers](hhttps://github.com/pmndrs/react-three-fiber/issues/43), this is due to a problem within React.
At the moment React context [can not be readily used between two renderers](https://github.com/pmndrs/react-three-fiber/issues/43), this is due to a problem within React.
If react-dom use the A11yUserPreferences provider, you will not be able to consume it within `<Canvas>`.

There's a ready-made solution in drei: [useContextBridge](https://github.com/pmndrs/drei#usecontextbridge) which allows you to forward contexts provided above the `<Canvas />` to be consumed within it.
Expand Down

0 comments on commit b370074

Please sign in to comment.