mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-15 20:17:22 +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