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
// Why is it necessary to sort first? // When adding values, the map is sorted in the order in which they are added.constnodes=Array.from(newMap.keys()).sort(sortByDocumentPosition);
Reference
https://floating-ui.com/docs/FloatingList
Description
Provides the ability to create composable children APIs for list components
Usage
https://floating-ui.com/docs/FloatingList#usage
The text was updated successfully, but these errors were encountered: