Skip to content

Commit

Permalink
update changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
atomiks committed Apr 5, 2024
1 parent fd9e77f commit 7cc0a28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .changeset/warm-cows-trade.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
"@floating-ui/react": patch
'@floating-ui/react': patch
---

feat(useDelayGroup): return the GroupContext value directly and don't require an `id` option to be passed. You only need to invoke `useDelayGroup()` and read the context data from it.
feat(useDelayGroup): return the `GroupContext` value from the Hook, and don't require an `id`option to be passed. You only need to invoke`useDelayGroup()` and read the context data from it. As a result, `useDelayGroupContext()` has been deprecated.

0 comments on commit 7cc0a28

Please sign in to comment.