Merge remote-tracking branch 'parent/main' into upstream-20240404

This commit is contained in:
KMY 2024-04-04 12:02:18 +09:00
commit dd98f9a9a7
21 changed files with 194 additions and 83 deletions

View file

@ -435,6 +435,6 @@ ready(() => {
document.querySelectorAll('[data-admin-component]').forEach((element) => {
void mountReactComponent(element);
});
}).catch((reason) => {
}).catch((reason: unknown) => {
throw reason;
});