Yuriy Zaitsev

Results 3 issues of Yuriy Zaitsev

By reviewing `attachParent` method: https://github.com/react-component/trigger/blob/89eefdb148ee68e4bbfe5b5b2887ceaff6b2e42c/src/index.tsx#L572-L590 that means `getPopupContainer` is able to return falsy value exactly "in case parent not ready". but it is blocked by strict typings: https://github.com/react-component/trigger/blob/89eefdb148ee68e4bbfe5b5b2887ceaff6b2e42c/src/index.tsx#L75 may I...

fixes #2700 In case the eslint version is 8, `whitespace.js` file tries to execute `whitespace-async.js` file. `whitespace-async.js` file starts with shebang header `#!/usr/bin/env node` which doesn't work under Windows. It...

**Describe the bug** Source maps included to the npm module contain the links to the `src` folder, while there is no `src` folder in the package. As a result the...