You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tutorial.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -203,6 +203,13 @@ Check out the [ScrollView API docs](https://github.com/bamlab/react-tv-space-nav
203
203
204
204
See the [API documentation for VirtualizedLists](./api.md#spatialnavigationvirtualizedlist).
205
205
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)
0 commit comments