Surai

Results 10 comments of Surai

> TrackedInput should track checked value change Checkboxes are a bit arbitrary because in some cases it may make sense to track the value property, while in other cases we...

@Yankovsky I went for a smart TrackedInputContext: https://github.com/objectiv/objectiv-analytics/pull/1136 Still working on it: - Verifying the onChange weirdness while testing - Adding some more validation messages, as you suggested I plan...

[React SDK: easier tracking of checked based inputs + select](https://github.com/objectiv/objectiv-analytics/pull/1136) has been merged in the `next` tag. A prerelease has been pushed to NPM: https://www.npmjs.com/package/@objectiv/tracker-react/v/0.0.24-next.12 I'll wait for the new...

This is fixed in the new experimental anonymous-mode tracker. Will give it some prio (experimental PR: https://github.com/objectiv/objectiv-analytics/pull/1164)

@ivarpruijn Yes, but not live yet. This is part of v0.0.26 currently sitting in the `next` branch.

Similar need here. In our case we are trying to express hierarchy between Entities. When we get to nest the discriminated union representing the parent objects we get this error,...

@mcky What I experience is an exception thrown when I try to create the discriminatedUnion of Child and Parent. Sorry, I simplified the code because our model is much more...

@maxArturo nice! I can confirm that your changes to allow using a `ZodDiscriminatedUnion` as an element of other discriminated unions fixes the issue. Requiring the discriminated unions to share the...

Just stumbled into this as well

Started experiencing this on a very specific `existsAfter` call on only 2 of our 10+ dev environments. It throws an exception instead of returning as expected. Anything we could do...