Spencer Kaiser
Spencer Kaiser
Just to add onto the content above, I'm having the exact same issue... I have `clearMocks` enabled in my Jest config and I spent the last two hours debugging this:...
@wheresrhys @green-arrow don't forget about this one! Based on your conversation, it sounds like y'all are close! 🤞
I found #3465 and #2648 that all come back to this same issue from 2020... what's the hold up on getting this merged?? I ended up having to use `patch-package`...
Looks like this is also related to #2384 and #3465
Looks like #2384 fixes this but it's been open for 2 years 🤔
I would love to see this issue implemented because I'd like to remove the `changes requested` label whenever a commit is pushed to a PR I've reviewed.
@antonioalmeida we ended up bailing from Actions in favor of a “Deploy to Heroku” button for our use case, but if you need CD, I’d recommend using Webhooks. If you...
And you absolutely need a Dockerfile in your repo. Feel free to copy what we have there.
@anubra266 also as an FYI if you adjust the window size, the current tab will show the list and the other tab's list will be hidden... kinda funky 😕 I...
@kamil-stripe 👋 `noUncheckedIndexedAccess` looks relevant, but I wouldn't necessarily want to enable that just to address this one use case. And my bad on the pr 🤦♂️ I actually think...