MT Lewis
MT Lewis
TS issues in React 18 due to removal of `onPointerEnterCapture` and `onPointerLeaveCapture` events
There are no `onPointerEnterCapture` or `onPointerLeaveCapture` events in React. These events have been erroneously included in typings for a while, but were [recently removed](https://github.com/DefinitelyTyped/DefinitelyTyped/pull/68984) in the types for React 18...
#### :bug: Bug Fix The event names `onPointerEnterCapture` and `onPointerLeaveCapture` are erroneously included in the types for React 16 and 17 - these have never been valid event names, but...
Please answer these questions before submitting your issue. In order to accurately debug the issue this information is required. Thanks! #### 1. What version of NodeJS driver are you using?...
### Describe the bug The .d.ts file generated for @module-federation/enhanced includes a reference to `packages/manifest/dist/src`, which is not available. This causes compilation errors when checking types for dependencies. To reproduce...
## Hey, I just made a Pull Request! Depends on https://github.com/backstage/upgrade-helper/pull/16. With this change we automatically link to the right flavor of the diff in upgrade helper based on whether...
The `--unknown` flag is described as having the following effect: > report guessed licenses as unknown licenses From reviewing the code, it looks like this works by appending a `*`...