Aram Sabatés

Results 20 comments of Aram Sabatés

@smholsen This PR solves the issue... https://github.com/kaorun343/vue-property-decorator/pull/246 I hope that @kaorun343 checks it soon

You can use the 'props' property in the 'Component' decorator. Like: @Component({ props: (whatever config based on official Vue documentation) }); This should solve the problem for now. The issue...

I haven't found anything better than that. As you have done, just define your property with the "!" and move it forward. I don't think any IDE get the definition...

The build seems to be breaking because of something I haven't changed... 🤷‍♂

To add some more info, this error specially happens with proxied requests to servers "protected" with [Incapsula](https://www.imperva.com/). Apparently they do use that invalid character to prevent bots from parsing the...

@jsmylnycky I've added the changes of https://github.com/http-party/node-http-proxy/pull/1397/files to verify it does build properly.

Digging a bit more, seems the issue comes from the generic in the definition of the virtual scroller: https://github.com/epicmaxco/vuestic-ui/blob/develop/packages/ui/src/components/va-virtual-scroller/VaVirtualScroller.vue#L34C1-L34C50 Not sure why the generated file name does incorporate the generic...

@m0ksem I would recommend to have a URLDecode and then just replace spaces with _ or similar. The issue is that if you do a regex like that one it...

@ngirardin Works with the project I was having issues :)

Want to point out, that this was happening with few components that used the same technique for handling things like colors in version `1.5.x`, like the **VaButtonDropdown** using color "danger"....