Support higher versions of react-bootstrap - #15
Merged
Conversation
Thank you so much for your package! I am using your package in a project that includes `react-bootstrap 2.4.x` and it works great. But I have to include `--legacy-peer-deps` to install because it uses a higher version
Contributor
Author
|
@jaywilz any chance you and tag a new release for NPM? Thank so much! |
Owner
|
@skylerkatz I was going to until realising react-bootstrap 2.0.0 introduces breaking changes. I'll need to spend some time creating a new version, then will release on NPM |
Contributor
Author
|
Thanks for your response. Let me know if there is anything you would like some help with and I can take a stab at it as well. |
Owner
There's a draft PR: #16 Feel free to contribute, if you fancy it |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Thank you so much for your package!
I am using your package in a project that includes
react-bootstrap 2.4.xand it works great. But I have to include--legacy-peer-depsto install because it uses a higher version