Byron Wall

Results 6 comments of Byron Wall

Audit log's workflow for table settings relies on `formik`. All the column values and settings values are stored there in the initial `formik` state. As the user updates values in...

> I see that there is still some confusion about this. Let's maybe have a 1:1 chat and I'll explain a bit more how things are supposed to work. @emmenko...

It may not work for all use-cases, but in case anyone else comes looking, I've had success with using the `*` universal selector before the `:where()` pseudoclass along with the...

@emmenko you are correct that eslint v9+ requires this configuration format. Updating any app that uses `'@commercetools-frontend/eslint-config-mc-app'` to eslint v9 results in errors such as these: ``` Test suite failed...

We are not going to put in work to update to `yarn` v4 because we are moving to `pnpm` instead

`yarn lint` passes w/o errors, going to go ahead and merge this