illiteratewriter
illiteratewriter
@cht8687 I don't think minify is supposed to do that to files in node_modules, so I don't think this is a real issue.
I have created a PR for that bug, if you want you can clone it from my github repo. :)
Can we manually add `className="mb-3" to the examples in Forms for them to look better? For example, Floating Labels used to have space between the inputs which is missing now....
@AJax2012 1. Reactstrap uses yarn, maybe that's why you encountered the problem. Can you try `yarn` instead of `npm i` and share your thoughts? 2. You can go ahead and...
Is it possible to mock `Transition` for just two tests and leave it as is for the remaining tests? The rest of the tests will pass if you remove the...
@davidacevedo Thanks a lot. I had tried that but was missing `const { Alert } = require('..');` Now the test is passing. Why is it that we have to require...
@maomeiqi have you found a solution to this issue?
@aaronmars I didn't get the question
That context is just to figure out if the Dropdown is wrapped inside an InputGroup. That one will be empty unless you wrap an InputGroup around the Dropdown. That works...
This is the repository where I kind of made the first open-source contribution and I would like to see this go on. If someone (@TheSharpieOne, @gergely-nagy) can point in the...