,
+ document.body,
+ )}
>
);
},
diff --git a/packages/ui-react/lib/Sheet/index.ts b/packages/ui-react/lib/Sheet/index.ts
index c0c1863..b19dfa4 100644
--- a/packages/ui-react/lib/Sheet/index.ts
+++ b/packages/ui-react/lib/Sheet/index.ts
@@ -1,2 +1,5 @@
export * from './Sheet';
+// The wrapper is under development,
+// please use it with caution,
+// there will be a lot of bugs.
export * from './SheetWrapper';