Skip to content

Commit

Permalink
fix: fix containerProvider #81
Browse files Browse the repository at this point in the history
  • Loading branch information
daybrush committed May 9, 2023
1 parent 2d86d2d commit d12a0b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/guides/src/GuidesManager.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class Guides extends EventEmitter<GuidesEvents> {
selfElement = document.createElement("div");
container.appendChild(selfElement);
}
renderSelf(
this.containerProvider = renderSelf(
<InnerGuides ref={ref(this, "innerGuides")}
{...events}
{...options} />,
Expand Down

0 comments on commit d12a0b2

Please sign in to comment.