Hi!
I need to use underscore.js in my project, but it doesn’t work with simple:
import "underscore.js" as Underscore
because of immutable root object [qt-project.org]
I found tricky way to make it work, but it gives:
QML ApplicationWindow: Binding loop detected for property "_"
and requires changes (5-10 lines) in underscore.js.
Can I write article or I shouldn’t since my approach is dirty?
↧