Phoebe Gao
Phoebe Gao
> I've been experiencing this issue all over the place, including with the `DropdownToggle`, which essentially cannot have `btn-secondary` styles overridden using `classNames` because it's appended last. The only way...
I don't think class order actually matters in terms of what [CSS styles take precedence](https://www.w3.org/TR/selectors/#specificity). I think that's determined by the order in which the CSS is defined/imported. (I think...
Update: We've split up https://github.com/reactstrap/reactstrap/pull/2102 into PRs per feature/change. Hopefully this makes it easier to review. Please let us know if there's anything else you need!
Update: we have `react-transition-group` bumped to `4.4.2` on the `bootstrap5` upgrade branch. The plan is to do a major release for the Bootstrap 5 updates after some further testing.
@Spectre-ak Of course! PRs are welcome. Here are our [contributing guidelines](https://github.com/reactstrap/reactstrap/blob/master/CONTRIBUTING.md).
Do we have an idea of when V3 support will be added?
 [Replace react-select-plus with react-select 2.0](https://trello.com/c/RoWMerYJ/17-replace-react-select-plus-with-react-select-20)
@moyuanhuang I saw this issue when I was browsing yesterday and I think it'd be nice to do! Feel free to make a PR if your branch is up to...
@bdbch The call to `this.getPos` in the [ReactNodeViewRenderer's handleSelectionUpdate](https://github.com/ueberdosis/tiptap/blob/42fb0999a8c23e9d04012e57c7f349a4c33b74ef/packages/react/src/ReactNodeViewRenderer.tsx#L204) seems to have the same issue. I think in that case it'd be safe to catch the error and allow `handleSelectionUpdate`...