Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/react/declarative-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ function MyGraph() {

## Migration from useLayer

If you're currently using `useLayer`, you can easily migrate to `GraphLayer`:
If you're currently using `useLayer`, you can easily migrate to `GraphLayer`. For detailed information about all available hooks, see [React Hooks Reference](hooks.md).

```tsx
// Before (imperative)
Expand Down
Loading
Loading