Error on ion-router ionic 6 with react app

Getting the following error on startup of the app.

TypeError: Failed to construct ‘HTMLElement’: Please use the ‘new’ operator, this DOM object constructor cannot be called as a function.

new _class

node_modules/@ionic/core/components/ion-router-outlet.js:29

26 | 27 | _classCallCheck(this, _class); 28 | > 29 | _this = _possibleConstructorReturn(this, _getPrototypeOf(_class).call(this)); | ^ 30 | 31 | _this.__registerHost(); 32 |

  Thanks, Mike