Skip to content

Commit

Permalink
fix: Restore missing Composite references
Browse files Browse the repository at this point in the history
Closes [#667 (comment)](#667)
  • Loading branch information
diegohaz committed Jun 21, 2020
1 parent 1168436 commit 9d9eff2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/reakit/src/Composite/index.ts
Expand Up @@ -3,3 +3,11 @@ export * from "./CompositeGroup";
export * from "./CompositeItem";
export * from "./CompositeItemWidget";
export * from "./CompositeState";

// Temporary fix for https://github.com/reakit/reakit/pull/667#issuecomment-647108385
// TODO: Create a note on docs about using exact versions when using experimental features
// TODO: Remove on v2
export { useCompositeState as unstable_useCompositeState } from "./CompositeState";
export { Composite as unstable_Composite } from "./Composite";
export { CompositeGroup as unstable_CompositeGroup } from "./CompositeGroup";
export { CompositeItem as unstable_CompositeItem } from "./CompositeItem";

0 comments on commit 9d9eff2

Please sign in to comment.