Bob Silverberg

Results 44 comments of Bob Silverberg

I am having a similar problem after updating to `react 18.2.0` and `@testing-library/react 13.3.0`. Some of my calls to dispatch store actions need to be wrapped in `await act(async ()...

@diox Do you have any thoughts about whether we should keep this on our backlog?

> I'm not sure we should focus on optimizing which API bits we need or not. This is unlikely to have that much impact, the permissions thing is an outlier,...

It looks like we dealt with the example at https://github.com/mozilla/addons-frontend/issues/10446#issuecomment-840452098 via https://github.com/mozilla/addons-server/issues/17163 (Stop exposing license text in versions API). The other example I see here is permissions. We don't limit...

We have discussed, above, whether this is worth worrying about, but I'm not sure we made a final decision. There was a suggestion to track the size of the redux...

@willdurand I could use some help with this. I managed to fix a few issues due to breaking changes in `redux-saga v1`, but I am confused by exactly where the...

I revisited this after all the other updates and the same problem still exists with the failing test, plus the update actually breaks the site. It breaks SSR with the...

The page you are referencing *is* our standard 404 page. That is, we display it in many different contexts, not just when an add-on isn't found, so I'm not sure...

I have requested edit access to the doc as without it I cannot see what changes were introduced. For now, the doc still looks like it's suggesting a different message...