Piyush Agarwal
Piyush Agarwal
Awesome discussion! Ultimately I think the behavior described here https://github.com/nrwl/nx/issues/22150#issuecomment-2047603955 is what `lerna` already does for prerelease versioning which if I recall correctly determines it via this describe-ref utility ->...
Just upgraded to TS 5.0.2, and storybook fails on startup in the `@storybook/react-docgen-typescript-plugin` which in `@storybook/[email protected]` seems to be pinned at `1.0.2-canary.6.9d540b91e815f8fc2f8829189deb00553559ff63.0` so unable to upgrade that to latest canary...
Yep I figured it would be fine with storybook 7, but I'd like to upgrade to that after RC/beta is complete, just wanted to point out that if folks wanted...
Another alternative is to just reference the internal type: ```tsx type SetFieldError = FormikHelpers['setFieldError']; ``` This results in:  You can use `FormikHelpers['setFieldError']` directly rather than creating any custom types.
So I think I have been running into the same issue. The key here is we have a union type that we spread/use within a fragment. This generates a new...