Jake Teton-Landis
Jake Teton-Landis
I spent some time writing a replacement I'm calling `testvar`. It works with any test runner that has `beforeEach` and `afterEach` hooks. Instead of doing fancy magic with types or...
If your test runner like jest-circus calls `afterEach` in declaration order (it should be called in reverse declaration order), you can invert using code like this: https://github.com/facebook/jest/issues/12678#issuecomment-1131899742
@danilowoz `showInlineErrors={true}` causes autocompletion to dismiss when the line first detects an error. I haven't dug into why yet. With `showInlineErrors`: https://user-images.githubusercontent.com/296279/171656095-8e891073-4b8a-4679-b6fe-72867da176fd.mp4 Removing that prop resolves the issue.
@harish-sethuraman yep.... been dealing with plane wifi preventing me from pushing 😱 turns out https git push works though.
@harish-sethuraman > https://github.com/reactjs/reactjs.org/pull/4307 - Can I merge this as part of your PR? I prefer not to expand the scope of this PR any further. It seems fine if you...
@danilowoz > currently, the bundler is not able to handle the TS types because we need to tell it to deal with TS types properly Why is this needed? I...
Yeah, I want to strike a good balance for this integration to provide meaningful help to React learners without overloading them with a second subject to study (Typescript). I think...
Hover & imports without types: Without `@see`, `@version`. It looks lonely to me since I'm used to VS Code, but removes even more clutter.
@gaearon do you have an existing plan for migrating links from the old docs URLs to the new docs? Do you have any kind of route mapping already written? If...
added a quick hack to replace `@see` URLs with `Docs: ` https://user-images.githubusercontent.com/296279/171918409-cea813e6-193a-46ee-a7f1-9ecbdc298ff9.mp4