I have included jasny's bootstrap offcanvas menu in a react app. While I can trigger and hide the open menu through console in jasny's example like so:
$('.navmenu').offcanvas('hide')
But doing the same in my react app is throwing error: Uncaught TypeError: $(...).offcanvas is not a function(…)
I am guessing its got something to do with javascript closure. Is there any other way to trigger this?