How do you open an OffCanvas from a text link

I would like to open the Off Canvas with a text link. I can set it in the dynamic events (on click) no problem. But it doesn’t open the Canvas.

<p class="mt-3">
 <a href="javascript:void();" dmx-on:click="offcanvas1.show()">
   Open OffCanvas from Link
 </a>
</p>

Wappler 6 Beta 8
Bootstrap 5
Beta Channel
Experimental Features On

Solved: Had to do a full publish. I guess some files were not on the local server. It’s all good now. :beers: