Mark Lyck
Mark Lyck
Hi. I've been trying to implement SharePlay (Group Activities) on web using the `mediaSession.coordinator` feature. But the documentation here seems to be incorrect and I have had no success being...
I really wanted to love gqty and use it for all of my projects. Just writing code as if it was an object and have React Suspense load it is...
When trying to run this in my project I get this error for all my 144 test suites: ``` ● Test suite failed to run Module "stream" has been externalized...
after kcLogin finishes and `its('body')` is logged in Cypress (last step of kcLogin succeeds) Cypress then navigates to `/` and then fails with the following error: `Refused to frame 'https://sso.xxxxx.com/'...
When trying to login with kcFakeLogin, cypress just gets infinitely stuck on page loading. my `users/user.json` fixture: ``` { "username": "mark@*****.com", "password": "*****", "fakeLogin": { "access_token": "*****", "refreshToken": "*****", "id_token":...
When using the guide in the README.md I get the following error in a Next.js project: ``` /Users/mark/web/formula-stocks/node_modules/antd-theme/lib/runtime.js:2 import Node from 'less/lib/less/tree/node'; ^^^^^^ SyntaxError: Cannot use import statement outside a...
I have tried to get this solution working with next.js, react-app-rewired + customize-cra and react-app-rewired vanilla. All 3 attempts have failed for a really simple application. the next.js and customize-cra...
When using the `custimze-cra` example in the README.md I get the following error: ``` ./node_modules/antd/es/card/style/index.less 5:0 Module parse failed: 'import' and 'export' may only appear at the top level (5:0)...
When just running my project I don't have this problem, but when I use storybook, I get the following error: `Component selectors can only be used in conjunction with babel-plugin-emotion.`...
### Checks - [X] I have searched the existing issues and no issue is describing my issue - [X] I have checked the [FAQ](https://deebot.readthedocs.io/home/faq/) - [X] I have checked the...