tonytan4ever / Bootstrap-Form-Builder-V3V4

A bootstrap 3.0 form drag and drop builder, implemented in Jquery. Based on: https://github.com/minikomi/Bootstrap-Form-Builder
MIT License
74 stars 43 forks source link

Issue on underscore js: Uncaught TypeError: Cannot read property 'apply' of undefined #24

Closed venvilletech closed 4 years ago

venvilletech commented 4 years ago

Hi ,

Currently the form builder failed to load controls on right sidebar. It wont show up.

I received error on page init

Uncaught TypeError: Cannot read property 'apply' of undefined

underscore.js:762

Any possible cause ?

Thanks

venvilletech commented 4 years ago

Was able to fix by using old version of Mustache.js

Version 3.0.2 - https://github.com/janl/mustache.js/tree/6c3608bfb9fa74684cd9e22f5bb4c097f87484ef

Thanks