Merge pull request #89 from bknd-io/feat/app-api-exp-for-nextjs

optimized local api instantiation to prepare for nextjs app router
This commit is contained in:
dswbx
2025-03-03 07:16:01 +01:00
committed by GitHub
44 changed files with 403 additions and 337 deletions

View File

@@ -45,7 +45,6 @@ export function StepEntityFields() {
const values = watch();
const updateListener = useEvent((data: TAppDataEntityFields) => {
console.log("updateListener", data);
setValue("fields", data as any);
});