Gagydzer
Gagydzer
Conero, '*" isn't correct value for this header, you know. try it with 'http://127.0.0.0:8080' or 'localhost'.
Thank you for your explanation. I rewrote test 2 according to [official documentation](https://vuejs.org/guide/extras/render-function.html#rendering-slots). Those 2 examples are equivalent (according to docs), but the case with a render function still makes...
@bonilka to workaround this problem you always can avoid using slot api, just pass render function that would return VNode and render this VNode in a component template https://stackoverflow.com/questions/49352525/can-you-render-vnodes-in-a-vue-template
Have anyone found any solution for this problem?
so, is there any solution to this problem? My setTimeout definition has been overwritten with `export function setTimeout( callback: () => void, ms?: number | undefined): NodeJS.Timeout`