Tyler Dane

Results 93 comments of Tyler Dane

This has been discussed in these places: #3433 #3428 #3416 #3418 It seems like a codebase fix hasn't been introduced yet, so the solution is picking one of the workarounds...

Same here on - `[email protected]` - `[email protected]` - `"@testing-library/[email protected]` - `@testing-library/[email protected]` I got react-dnd working on runtime thanks to the webpack resolver fix explained in #3433, but that of course...

Anyone else still having issues? Tried what worked for @ozee31 and @arjandepooter, but still getting `Unexpected token "export"` error when importing `useDrag` in jest test.

Thanks @akphi. My issue was that I was adding the `transformIgnorePatterns` to the root of my `jest.config.js`, instead of within the relevant `projects` block. (I split my settings into `web`,...

As a workaround for others running into this, I wonder if you could add `cd /to/dir/with/tsconfig.json` to the build script, so it can find `tsconfig.json`

Hey, thanks for taking the time to submit another PR. I reviewed it locally and found a few things that would need to be addressed before merging: 1. It's behind...

>As you said earlier opening and closing the navbar calls a API request tell me more about it. If you watch the backend logs, you'll see that opening and closing...

Converted to draft due to the issues mentioned above

Hey, that makes sense that the white space is also showing up when you're adding a new month event. I think that happens because the body needs to expand to...