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
We may use virtua with some component libraries like Material UI, Radix UI, etc.
Some elements require specific parent/children elements. For example ul requires li as children, and table requires hierarchy of table -> tbody -> tr -> td.
A few things we have to take into consideration:
ul
requiresli
as children, andtable
requires hierarchy oftable
->tbody
->tr
->td
.The text was updated successfully, but these errors were encountered: