Bartek Szopka
Bartek Szopka
[As discussed in the PR](https://github.com/canonical/react-components/pull/949#issuecomment-1652972000) from accessibility point of view if the action is destructible (or at least hard to revert) modal should not focus on the action button, but...
Triage: closing this for now, as it doesn't seem to be needed as requested. If we want to consider it as a feature, this likely needs to be raised with...
Thanks for your proposal @nadeem-R17, but we need to address it differently.
Triage: addressing this will likely have a low impact. But having proper controls should be considered for new architecture and future of React components documentation.
Let's see if merging #967 will help with that
I know, GH actions have been quite slow to build, so it slowed down merging the dependency PRs.
@gruyaume Version 0.47.1 is released with updated dependencies, including `"@types/react": "18.2.28"`. We used to have issues with incompatible versions of types/react coming from different dependencies, so we ended up enforcing...
This seems stale. If the issue still occurs feel free to reopen or open new one.
Triage: we need to decide how to deal with that. If formik is used internally it probably needs to be a dependency.
Using optional dependencies would likely be a bit of a hussle, as we would need to handle it properly in the code for cases when formik is not avaialble (https://docs.npmjs.com/cli/v8/configuring-npm/package-json#optionaldependencies)...