mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-09 13:15:51 +08:00
chore: add warn comment
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user