Joshua J.

Results 7 issues of Joshua J.

### What is the current behavior? Setting the value of a nested object results in a typescript error: ```ts form.change('nested.key', value); ``` results in: `Argument of type 'string' is not...

**Bug report** According to the [docs](https://www.chromatic.com/docs/turbosnap/#full-rebuilds), changes to either `.storybook/main.ts` or `.storybook/preview.ts` should trigger a full rebuild. However in our setup (pnpm monorepo + typescript + react) it does not...

bug
needs triage

Alternative to https://github.com/azz/get-monorepo-packages/pull/6

Closes https://github.com/adobe/react-spectrum/issues/6323 ## ✅ Pull Request Checklist: - [x] Included link to corresponding [React Spectrum GitHub Issue](https://github.com/adobe/react-spectrum/issues). - [x] Added/updated unit tests and storybook for this change (for new code...

### Provide a general summary of the issue here When using the `Button` component inside a `GridListItem`, with the `isDisabled` prop set to `true` and `disabledBehavior` is set to `"all"`,...

Closes https://github.com/adobe/react-spectrum/issues/6347 ## ✅ Pull Request Checklist: - [x] Included link to corresponding [React Spectrum GitHub Issue](https://github.com/adobe/react-spectrum/issues). - [x] Added/updated unit tests and storybook for this change (for new code...

### Provide a general summary of the issue here The `useHref` function passed to `RouterProvider` is not being called for synthetic links. In our Next.js app this results in the...