Matias

Results 3 issues of Matias

Having problems setting up `Recoilize` in a Next.js app and typescript. I get: `Type '{ root: any; }' is not assignable to type 'IntrinsicAttributes & { children?: ReactNode; }'. `...

Since I updated to Sf2.1 I'm getting the following error when I call the twigstring service ``` Warning: Missing argument 2 for Ital\Framework\SpecialCommentsBundle\Handler::__construct(), called in /home/matias/workspace/proyecto/app/cache/dev/be/4f12d16ca15ebe3c1d000000_4f12d16ca15ebe3c1d010000/appDevDebugProjectContainer.php on line 2613 and...

I've been having the issue mentioned here: `Downloader.localFolder.toURL is not a function.` This error happens the second time I try to download a file this way: ``` downloader.init({folder: "testApp"}); downloader.get("http://yourhost.de/some.zip");...