Bassem

Results 13 comments of Bassem

@StupidSexyJake Thanks for sharing your code! I think it's worth to mention to other developers that the `signIn` & `signUp` need to be adjusted accordingly. The `createToken` is currently returning...

Even with `disableAreaCodes={true}`, there is still a small delay every time the list is opened.

I had a simular issue and solved it by adding the `testEnvironment` in my `jest.config.js` like this: ```javascript module.exports = { testEnvironment: "jsdom", // ... other options } ``` Hope...

Had similar issue, solution here: https://github.com/shelfio/jest-mongodb/issues/211#issuecomment-878282691

It seems like this repo is kind of abandoned..

Any news about this, please?

The `` isn't required in the `tailwind.config.ts` file. What's causing the problem is the use of commas between the HSL values. ```diff /* global.css */ - --success: 164, 95%, 43%;...

Any news about this, please?

Any workarounds for this?