You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>If you do not use JSX and just call components as functions, you must explicitly <ahref="https://facebook.github.io/react/blog/2014/10/14/introducing-react-elements.html#deprecated-auto-generated-factories">create a factory before calling it</a>. React-bootstrap provides factories for you in <code>lib/factories</code>:</p>
71
+
<divclassName="highlight">
72
+
<pre><codeclassName="js">{`
73
+
var Alert = require('react-bootstrap/lib/factories').Alert;
74
+
// or
75
+
var Alert = require('react-bootstrap/lib/factories/Alert');
0 commit comments