chore: add warn comment

This commit is contained in:
lawvs
2022-08-24 02:07:37 +08:00
parent a4dc7bf127
commit 123091c1aa
@@ -13,6 +13,9 @@ export const BlockRenderContext = createContext<BlockRenderProps>(
) as any ) as any
); );
/**
* CAUTION! DO NOT PROVIDE A DYNAMIC BLOCK RENDER!
*/
export const BlockRenderProvider = ({ export const BlockRenderProvider = ({
blockRender, blockRender,
children, children,