Closed fabiosantoscode closed 5 years ago
Use case: I'm testing my app locally with charles proxy, and using HTTPS with charles proxy is a bit of a bummer for me.
So I'd like to have a prop, so I can do disabled={!!process.env.REACT_APP_NO_HTTPS}
disabled={!!process.env.REACT_APP_NO_HTTPS}
Hi, sure, I’ll develop and ship a new version as soon as possibile!
Just released react-https-redirect@1.1.0 🎉
react-https-redirect@1.1.0
Use case: I'm testing my app locally with charles proxy, and using HTTPS with charles proxy is a bit of a bummer for me.
So I'd like to have a prop, so I can do
disabled={!!process.env.REACT_APP_NO_HTTPS}