Nick Messing
Nick Messing
Can you please check if this one works with your custom input? ```js { this.b = $$v; }} {...{ directives: [{ name: "model", value: this.b }] }} /> ```
@rhyek, well `directives` is required in some scenarios so we have to use it, I'll push a fix right now
@rhyek, can you share code of your custom component?
@zorelias this seems to be an issue with dependency manager's module resolution rather than the library itself.
This is very weird cause we have working tests for `input[type="range"] vModel` in [tests](https://github.com/vuejs/jsx/blob/dev/packages/babel-sugar-v-model/test/snapshot.js#L289)..., can you create a reproduction?
I can suggest something like at least 2 approves after some basic tests by someone from the team. I have a lot of free time for that.
I think it is and I'd add a separate JSX category because I have [functional](https://github.com/nickmessing/babel-plugin-jsx-vue-functional) and [event modifiers](https://github.com/nickmessing/babel-plugin-jsx-event-modifiers) to potentially add to this category :smile:
@controversial what about adding [pkg.pr.new](https://github.com/stackblitz-labs/pkg.pr.new) for testing PRs in scenarios like this?
@rnenjoy it works exactly as in react, you add fields decorated as `@client` and resolve them on the client-side cache implementation. However, I would recommend you keep the queries as-is...