vtaits / react-select-async-paginate

Wrapper above react-select that supports pagination on menu scroll
MIT License
303 stars 75 forks source link

Reorder exports in package.json #172

Closed echo-vladimir closed 1 month ago

echo-vladimir commented 1 month ago

This PR reorders the "exports" field in package.json to place the "types" condition first. This is recommended by TypeScript and ensures proper type resolution. Additionally, the "exports" field is order-based, so this change helps maintain correct functionality.

Relevant linting rule: EXPORTS_TYPES_SHOULD_BE_FIRST