Skip to content

Commit 6a1831c

Browse files
author
Pierre Poupin
committed
doc: update tutorial to mention pitfalls
1 parent 89694b7 commit 6a1831c

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

docs/tutorial.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,13 @@ Check out the [ScrollView API docs](https://github.com/bamlab/react-tv-space-nav
203203

204204
See the [API documentation for VirtualizedLists](./api.md#spatialnavigationvirtualizedlist).
205205

206+
### Don't forget to check out the pitfalls
207+
208+
⚠️ It is very likely that you will have issues at some points with elements not properly registered. It happens often when dealing with asynchronous data.
209+
Workaround is simple but you should be aware of this limitation 😉
210+
211+
[Read it here!](https://github.com/bamlab/react-tv-space-navigation/blob/main/docs/pitfalls.md)
212+
206213
### Handling a side menu
207214

208215
You can check out the example app for this.

0 commit comments

Comments
 (0)