tu4mo
tu4mo
#### Do you want to request a *feature* or report a *bug*? Bug. #### What is the current behavior? https://codesandbox.io/s/spring-framework-zp7hq?file=/src/App.js 1. Copy "a" and paste it in the editor. 2....
Sorry for not using the template, I don't have a bug to report. Only curious if you have plans to support the new Firebase SDK?
```jsx const A = () => const B = React.forwardRef(() => ) ``` What I get: ```jsx ``` What I expect: ```jsx ``` Repro: https://codesandbox.io/s/dank-cdn-ftvik?file=/src/App.js
I'm having a weird issue with react-element-to-jsx-string and Gatsby with the latest version. This will crash the browser with 14.3.4, but works in 14.3.2. Only happens inside Gatsby page in...
Migrate useSelect from 1.1 to 1.2 ARIA pattern.
- `downshift` version: 6.1.7 **Problem description**: According to [aria-practices](https://w3c.github.io/aria-practices/examples/combobox/combobox-select-only.html) Listbox Popup should "Sets the value to the content of the focused option in the listbox" when pressing Tab. Currently useSelect...
## Description Using displayName and propTypes on a forwardRef component shows error. I guess this is more of an issue with the example code than this library. ## Reproduction https://codesandbox.io/s/typescript-as-prop-with-react-polymorphic-box-forked-hw0l5?file=/src/App.tsx...
Should I get type for `type` as it's a native prop for button-element, or am I doing it wrong? https://codesandbox.io/s/still-sun-ctc81?file=/src/App.tsx
``` error TS7016: Could not find a declaration file for module 'jest-styled-components/serializer'. '/Users/yadayadayada/node_modules/jest-styled-components/serializer/index.js' implicitly has an 'any' type. Try `npm i --save-dev @types/jest-styled-components` if it exists or add a new...