Merge branch 'main' into chore/update-next-from-main

This commit is contained in:
Brandy Smith
2025-06-04 16:58:30 -04:00
2004 changed files with 9356 additions and 1087 deletions

View File

@ -306,7 +306,7 @@ export const initialize = (userConfig: IonicConfig = {}) => {
*/
if (shouldUseCloseWatcher()) {
printIonWarning(
'experimentalCloseWatcher was set to `true`, but hardwareBackButton was set to `false`. Both config options must be `true` for the Close Watcher API to be used.'
'[ion-app] - experimentalCloseWatcher was set to `true`, but hardwareBackButton was set to `false`. Both config options must be `true` for the Close Watcher API to be used.'
);
}