Mikołaj Koropecki
Mikołaj Koropecki
in my case the issue still remains - just installed Swipe to give it a test drive. I have the lastest version.
Regarding @dawidk92 solution: In my case the `src` was returned as an object, so in order to make it work I had to destructure it a bit more: ``` const...
@maxy4u as @andreMycroft mentioned, the resolver. He could be a little bit more specific I guess 😝 : https://github.com/microsoft/accessibility-insights-web/pull/5421/commits/9ad4e618019298d82732d49d00aafb846fb6bac7
Found a workaround for the typescript here: https://www.typescriptlang.org/docs/handbook/react-&-webpack.html you can use `npm link typescript` to connect with global TS. Here is my tsconfig: ``` { "compilerOptions": { /* Basic Options...
sure, will have a look at it soon On Thu, 22 Sep 2022 at 10:21, Aral Roca Gomez ***@***.***> wrote: > Tests are failing in this line of code: >...
update: got super busy in my project, didn't forget about it. It's still on my todo
@ilchenkoArtem how did you solve TS errors when running NX `composePlugins`?
We have a suspect, that next-intl can potentially alter responses in a way the produces this error. For now it's just an unconfirmed assumption, but next-intl is what we added...
please make sure your code is properly wrapped. It's pain to read.
You need to create a Request/Response for client for serverless. Here is a generic function that allows to choose cookie methods: ``` import { CookieMethods, createServerClient } from '@supabase/ssr' interface...