Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ETA of next release? #1568

Closed
justingrant opened this issue Jul 10, 2019 · 1 comment
Closed

ETA of next release? #1568

justingrant opened this issue Jul 10, 2019 · 1 comment

Comments

@justingrant
Copy link

Is a new release planned soon? I'm asking because #1495 (which fixes #1323 which makes Modal unusable in React StrictMode because the document isn't scrollable after you close a modal) was merged a few months ago but isn't released yet.

For anyone ending up here via Google or GitHub search, here's a workaround while waiting for a release.

git clone https://github.com/reactstrap/reactstrap.git
cd reactstrap
npm install
npm run build
npm run postbuild
npm pack
cd ../path-to-your-app-goes-here
npm install ../reactstrap/reactstrap-8.0.0.tgz

The commands above assume that your app is in peer to reactstrap that's cloned from GitHub. If it's not, adjust the paths. The point is that you can use npm pack to create a tarball that you can npm install from, instead of downloading and installing the tarball from the npm registry.

@TheSharpieOne
Copy link
Member

8.0.1 is out

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants