Urvish Mali
Urvish Mali
I am facing same issue in wizard form when go back to prev step select,datepicker value disappear even after defaultvalues is in code. let me know how can i fix...
my ts version is "typescript": "^5.1.6" and tsconfig.json file :- { "compilerOptions": { "module": "NodeNext", "moduleResolution": "NodeNext", "target": "ES2022", "sourceMap": true, "outDir": "dist", "allowSyntheticDefaultImports": true }, "include": ["src/**/*.ts", "src/index.ts"] }
good to see response from you... here is my [repo](https://github.com/CROSS-PLATFORM-AI/ai-issue) i have used turbo monorepo i have been trying to implement ai in backend.... for security reason i have removed...
@lgrammel i republished repo here is the [link ](https://github.com/CROSS-PLATFORM-AI/ai.git) i am using ai function in src/controller/chat-controller
For me updating ts config file solved my problem. here's what i updated: // apps/backend/tsconfig.json { "compilerOptions": { "module": "NodeNext", "moduleResolution": "NodeNext", "target": "ES2022", "sourceMap": true, "outDir": "dist", "allowSyntheticDefaultImports": true...