iLan
iLan
I'm running into the same problem upgrading my App to React 18, and RTL to 13.3.0. In my case, I've even got a test which triggers an `act` warning for...
I appreciate all the additional info here, both from maintainers and other users. I have never really wrapped my head around `act()`. I understand when it should be used, but...
That can likely be closed.
Alright, I upgraded my staging server to the latest version of dokku, and with no other changes, it then failed as well. So it works fine using dokku v0.22.9 Fails...
So it would appear the problem is with `libnotify-dev`. When I remove that package, the build succeeds fine.
Neither server recognizes `herokuish version` when run from the command line. They both report: `herokuish: command not found` Is there a different way to check this?
Gotcha. Here's the current state of things: *Staging* * Dokku: 0.26.6 * Herokuish: 0.5.33 *Production* * Dokku: 0.25.1 * Herokuish: 0.5.30 However after having removed the `libnotify-dev` entry from my...
Thanks for this. I created a `sortableUtils.ts` which exports these consts, and this does make it sooooo much more pleasant to use.
I am running into the same issue in my test. I have a helper method which renders my component, of which i can pass in a partial props object to...
Okay, I _think_ this is starting to feel pretty good. I updated a few of the behaviors And I added a whole bunch of tests as well. - It no...