Daniele Tabanella

Results 6 comments of Daniele Tabanella

you can use this as a quick fix ``` // vue-feature-toggle.d.ts declare module 'vue-feature-toggle' { export const FeatureToggleComponent: { name: string; on(eventtype: string, fn: Function, config: any | undefined): void;...

Not sure 100% but I think I've moved to this https://github.com/stomp-js/stompjs

doesn't work for me, catches just one endpoint call of backend API out of five.

Unfortunately it's not working, I suppose it works on your side when serving mocked data, in my case it just write an empty/partial mockup and it's also a bit random...

Sure thing ``` { "compilerOptions": { "target": "esnext", "module": "esnext", "strict": true, "jsx": "preserve", "importHelpers": true, "moduleResolution": "node", "experimentalDecorators": true, "skipLibCheck": true, "esModuleInterop": true, "allowSyntheticDefaultImports": true, "resolveJsonModule": true, "forceConsistentCasingInFileNames": true,...

Sure, there must be a misconfiguration on my repo