You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Closes#14095
* [core] Add failing ts test
innerRef is not injected but intercepted
* [core] Fix innerRef being considered injected instead of intercepted
Expected Behavior 🤔
The following code should not throw a type error:
The above code runs flawlessly using
// @ts-ignore
Current Behavior 😯
A type error is thrown on Visual Studio Code 1.30.1 (somehow it isn't thrown on Code
Sandbox, any ideas?):
vs
Here's the whole type error:
Steps to Reproduce 🕹
cd create-react-app-with-typescript
npm install
If all goes as planned, you will see the thrown error.
Context 🔦
Trying to get the project to compile without errors on Visual Studio Code.
Your Environment 🌎
Please see https://codesandbox.io/s/w2n662oypw
The text was updated successfully, but these errors were encountered: