diff --git a/docs/api-reference/react/overview.md b/docs/api-reference/react/overview.md index 9b839eaf012..3c61e0dbb5b 100644 --- a/docs/api-reference/react/overview.md +++ b/docs/api-reference/react/overview.md @@ -50,7 +50,3 @@ React props are passed to the widget: -new ZoomWidget({ id: 'zoom', placement: 'top-right' }) + ``` - -### Authoring Custom Widgets with React - -Learn how author your own custom widgets in React with the `useWidget` hook by reading the [Custom Widget Developer Guide](../../developer-guide/custom-widgets). diff --git a/docs/api-reference/react/use-widget.md b/docs/api-reference/react/use-widget.md index a9faf2177c5..d16346d9f36 100644 --- a/docs/api-reference/react/use-widget.md +++ b/docs/api-reference/react/use-widget.md @@ -51,8 +51,6 @@ const MyReactWidget = (props) => { ``` -See a full example [here](../../developer-guide/custom-widgets/react-widgets.md). - ## Signature ```tsx diff --git a/docs/whats-new.md b/docs/whats-new.md index 1021ceef25f..c5e6d60fe5a 100644 --- a/docs/whats-new.md +++ b/docs/whats-new.md @@ -45,7 +45,7 @@ deck.gl v9.0 added support for widgets, with v9.1 users can now create React com ##### Widgets Developer Guide -deck.gl v9.1 provides the ability to for applications to write React component that integrate with deck.gl using the widget interface. Learn how to write such React components with our new [Custom Widgets Developer Guide](./developer-guide/custom-widgets). +deck.gl v9.1 provides the ability to for applications to write React component that integrate with deck.gl using the widget interface. ### Aggregation layers upgrade