mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-02 08:06:00 +00:00
form rerenders optimized
This commit is contained in:
@@ -26,6 +26,7 @@ type BkndContextProps = {
|
||||
};
|
||||
|
||||
const BkndContextContext = createContext<BkndGlobalContextProps>({} as any);
|
||||
BkndContextContext.displayName = "BkndContext";
|
||||
|
||||
export const BkndContext = ({
|
||||
children,
|
||||
|
||||
Reference in New Issue
Block a user