Aleks Shtykov

Results 6 comments of Aleks Shtykov

You can resolve it manually in the `package.json` with the [overrides](https://docs.npmjs.com/cli/v8/configuring-npm/package-json#overrides) rule for `npm` (>=8) or with `resolutions` for `yarn`: **NPM example:** ```json "overrides": { "react-otp-input": { "react": "$react", "react-dom":...

In this case, wouldn't be a bad idea to update the docs: https://reactstrap.github.io/?path=/docs/components-forms--input#form-inline

Confirm the problem, tested on the latest [CRA](https://create-react-app.dev/docs/adding-typescript/#installation). I suppose that it happened after [migration](https://github.com/reactstrap/reactstrap/commit/8d5fb537875f7e9b7c710b4cf704897fa4994377#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519) to `microbundle`. ```json "react": "^18.1.0", "react-dom": "^18.1.0", "reactstrap": "^9.1.1" ``` ```tsx import React from 'react';...

Sandbox https://github.com/shtbik/reactstrap-tree-shaking-issue

I was trying to build `reactstrap` in different ways but still can't tell the exact reason why it's happening ([microbundle commit](https://github.com/reactstrap/reactstrap/commit/8d5fb537875f7e9b7c710b4cf704897fa4994377)). I noticed that `ReactDOM` doesn't support tree shaking properly...

@adarsh-drishya I didn't, the issue is still relevant