mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-23 01:01:40 +03:00
chore: add warn comment
This commit is contained in:
parent
a4dc7bf127
commit
123091c1aa
@ -13,6 +13,9 @@ export const BlockRenderContext = createContext<BlockRenderProps>(
|
||||
) as any
|
||||
);
|
||||
|
||||
/**
|
||||
* CAUTION! DO NOT PROVIDE A DYNAMIC BLOCK RENDER!
|
||||
*/
|
||||
export const BlockRenderProvider = ({
|
||||
blockRender,
|
||||
children,
|
||||
|
Loading…
Reference in New Issue
Block a user