Jan Swist
Jan Swist
> It sounds like possibly your build config doesn't support some ESM2017 features? I can't tell you more without knowing how your project is set up. What build tooling are...
I heavily modified that `ListView` to work with `ParseObject` lists. If that would help You somehow - let me know.
I look for that as well
Hi, for now it's hard to say - for sure it would be nice to have this option to choose from for sure, but hard to say how others feel....
I'm still using Vue to this day and I have only good memories about using Parse back in the day. At the moment I'm not using it anywhere actively so...
Also interested in this!
It's kinda interesting to see that many people need it, but somehow there is no JS native solution
@NiklasBr how is it working for you as of now? I'm thinking about downgrading to 7.4.3 (I'm running it on CloudRun) as well
I'm also interested in that feature! Any update if it's coming (or how to extract it from existing modules if they are already there) @gulien ? So far I found...
> You need remove it manually. Please see below coding > > `import { createApp, configureCompat, reactive } from 'vue'; > > configureCompat({ WATCH_ARRAY: 'suppress-warning', RENDER_FUNCTION: 'suppress-warning', INSTANCE_LISTENERS: 'suppress-warning', COMPONENT_FUNCTIONAL:...