Abhishek Warokar
Abhishek Warokar
I'd be happy to help! :v:
Hey! @DennisSnijder I'm not a member of EEA, is there a way for me to obtain a developer key?
Done. Awaiting reply 📠[UPDATE] Couldn't manage to get a developer key.
Looks like we are generating all the required source maps in the react-refresh-utils package, but they're not included in the published package/tarball. @timneutkens We could add `*.js.map` to [`files`](https://github.com/vercel/next.js/blob/canary/packages/react-refresh-utils/package.json#L9:L14) in...
I am actually yet to try this but I believe nth child selectors should help you with styling individual inputs!
Hey @ingOmarG! This error is shown when the placeholder and input lengths do not match. For eg, if your input is of the length four, you must have a placeholder...
Yes please @rahulmalhotra! The component currently renders a number of `input` elements (specified via `numInputs` prop with the default being *4*). While I believe these inputs can be navigated by...
@rahulmalhotra Yep! Also, `aria-label` could be a prop that you pass to the component (in the snippet I see that it is `value`) and is applied to the wrapper. And...
@rahulmalhotra We'll add them as props for the component itself.
Oh, sorry, I missed this. It would be extremely helpful to have regression tests!