Manuel

Results 5 issues of Manuel

For my understanding the Dialog component should only enable tabbing in the current dialog context, not in the background of it. https://evergreen.segment.com/components/dialog Working w3c example: https://www.w3.org/WAI/ARIA/apg/example-index/dialog-modal/alertdialog.html

improvement
accessibility

### Question When I run `npx prisma studio` with a connection_limit in the string I get the following warning: ``` Database file at ".../react-router-app/prisma/data.db?connection_limit=1" was not found. A new file...

### Describe the bug The Base UI calendar component needs a forwarded ref, but the button component it returns doesn’t forward refs because it’s no longer a default button component....

bug

### openapi-react-query version 0.5.0 ### Description The useMutation function is missing the Options parameter like in useQuery. [useQuery Docs](https://openapi-ts.dev/openapi-react-query/use-query#api): - options - The fetch options to use for the request....

bug
openapi-react-query