BOSQUIER Gregory
BOSQUIER Gregory
You need to delete monaco-editor from your dependencies.
> Having same issue @bosquig, it fails when we prepopulate values in `multiple` mode Hi @apudiu , I've forked the repo with the fix I mentionned if you want :...
Well the maintainer doesn't seem to respond whatsoever...
@jamols09 It wouldn't work with vue 3. I don't think vite has to do with it. My forked repo with the fix works with vue 3 and vite though.
Did you manage to fix it ?? @yordi024 @Sandeep-Ranjan @megafetis ?
Same error. I think it's related to the use of JSX. Could you fix it @jimmybsilva @gautam-patadiya @megafetis ?
Got the same issue, no more detail. I'll let you know what my code looks like : async _loadData(page = 1, callback, options) { let response = await fetch(url +...
ok with this "onFetch={(page, callback, options) => this._loadData(page, callback, options)}" my listview is well rendered. However I still got this error : TypeError: undefined is not a function (evaluating 'callback(responseJson.data)')