<script src="./node_modules/jquery/dist/jquery.js">
<script src="./semantic/dist/semantic.min.js"></script>
<script src="./node_modules/react-semantify/dst/react-semantify.js"></script>
<script src="./index.js"></script>
I've included the dependencies as shown above, but I still get the error "Cannot read property 'Component' of undefined". What am I doing wrong?
I've included the dependencies as shown above, but I still get the error "Cannot read property 'Component' of undefined". What am I doing wrong?