UNDERCOVERj

Results 15 comments of UNDERCOVERj

> what about negative and float numbers? I think you are right,I think there should have a way for users to provide custom validators for ZodString

for example: ``` // ERROR: ReferenceError: Cannot access 'IndustryDTOZodSchema' before initialization export const IndustryDTOZodSchema = z.object({ name: z.string(), id: z.number().int(), subs: IndustryDTOZodSchema }); // SUCCESS export const IndustryDTOZodSchema = z.lazy(()...

can't agree more,I asked the question too。https://github.com/colinhacks/zod/issues/1271

> just for curiosity you can show your tsconfig? { "compilerOptions": { "alwaysStrict": true, "declaration": true, "esModuleInterop": true, "experimentalDecorators": true, "importHelpers": false, "jsx": "preserve", "lib": [ "DOM", "ES2019" ], "module":...

> reproducible I meet the same error with you __webpack_module__ has 'webpack/container/reference/remoteApp' but moduleId is 'webpack/container/remote/remoteApp' I think the code is not excuted in ContainerReferencePlugin。because RemoteRuntimeModule generate code has onFactory。...

我这边遇到一个问题。主子应用中引入同一个远程模块A,远程模块A引入了远程模块B 报:Uncaught (in promise) Error: Container initialization failed as it has already been initialized with a different share scope

这个深拷贝问题很大,没有考虑dom对象,正则对象,时间对象

我这边也遇到了,Container initialization failed as it has already been initialized with a different share scope。请问问题有解决吗?