app-generator / free-site-builder

Free Site Builder - Open-Source Tool | Simpllo
https://www.simpllo.com
Other
305 stars 61 forks source link

[✅ASSIGNED] Index-CDN - Empty Sidebar when using Builder v1.0.13 and above #80

Closed app-generator closed 1 year ago

app-generator commented 1 year ago

STATUS: ASSIGNED to @umarali

Context

If the builder version used by the index-cdn.html is >= v1.0.13, the components list remains empty.

The init code used in the page might not be the good one.

@umarali please take a look.

TY!

  <!-- Builder CORE JS (Vanilla) -->
  <script type="module" crossorigin src="https://cdn.jsdelivr.net/gh/app-generator/free-site-builder@1.0.13/dist/index.js">
    import { DNDBuilder } from "./index";

    DNDBuilder.setup();
    DNDBuilder.render();
  </script>