Chris Pearce

Results 49 comments of Chris Pearce

I think the problem is the following line which should probably be a unique set based on the identifier. https://github.com/CarterGrimmeisen/zod-prisma/blob/main/src/generator.ts#L47

I'm seeing the same. To clarify this happens when using the generic version of the an element function. Ie. `div()`.

We might also need to define these as externals in any webpack config? Edit: have done that (I think..)

@omfgnuts could you please share which versions worked for you? I've had same issue (documented [here](https://github.com/TypeStrong/typedoc/issues/2035)) but guessing this may be the problem...

Updating solved for us too.

Is it possible to revive this somehow? Happy to help. Using something like [typebox](https://github.com/sinclairzx81/typebox) or in general just making high use of discriminated-unions in TS will lead you to a...

I would like to throw weight behind switching to canonical `enum` syntax here. I personally only see the explicitness as a positive especially since enum values should ideally be seen...

I think if they were to be shown on the graph they could be shown with a distinctive style to show they are not necessarily "traditional" nodes in the graph....

> Is there any solution for this issue? Yes. Most likely you just need to ensure you do not have incorrect dependencies as per the previous comments. Use npm ls...

Note I've also tried passing the parent element to `quickStart` which means Pts creates and manages the `canvas` element for me. However it seems that the event bindings are still...