Jacques Germishuys
Jacques Germishuys
These are bundled by `libgit2`. When they are addressed upstream, I can attempt an upgrade.
Great, thanks for the update. I'll push a fix as soon as I can.
This has been fixed by osx-cross/homebrew-avr#57
Correct, see #244
Version 0.89 is now available, which should address these.
> react.d.ts: > > ```ts > declare module 'react' { > // eslint-disable-next-line max-len > export type RefForwardingComponent = ForwardRefRenderFunction; > } > ``` @simPod Thank you for the solution,...
What I've done while waiting for official support is to use `patch-package` to fix the issue I was having. `npm install patch-package` In `package.json` I have ``` "scripts": { "postinstall":...
Here is an excerpt from `country-select.js`: The `CountrySelect` component is not designed to be used as a standalone component and we should deprecate it in the next v11 major version...
Experiencing the same issue.
Experiencing the same issue as well.