Class constructor ContentView cannot be invoked without 'new' #76
Description
Encountering the below exception
CONSOLE ERROR: ERROR Error: Uncaught (in promise): TypeError: Class constructor ContentView cannot be invoked without 'new'
TypeError: Class constructor ContentView cannot be invoked without 'new'
at new PreviousNextView (file: node_modules/nativescript-iqkeyboardmanager/iqkeyboardmanager.ios.js:8:0)
at ViewUtil.createView (file: node_modules/@nativescript/angular/ivy_ngcc/fesm2015/nativescript-angular.js:2583:0)
at EmulatedRenderer.createElement (file: node_modules/@nativescript/angular/ivy_ngcc/fesm2015/nativescript-angular.js:2783:0)
at EmulatedRenderer.createElement (file: node_modules/@nativescript/angular/ivy_ngcc/fesm2015/nativescript-angular.js:3000:0)
at elementCreate (file: node_modules/@angular/core/ivy_ngcc/fesm2015/core.js:6982:0)
at Module.ɵɵelementStart (file: node_modules/@angular/core/ivy_ngcc/fesm2015/core.js:13876:0)
at ChatRoomComponent_Template (file: src/app/components/chat-room/chat-room.component.html:54:2)
at executeTemplate (file: node_modules/@angular/core/ivy_ngcc/fesm2015/core.js:7303:0)
at renderView (file: node_modules/@angular/core/ivy_ngcc/fesm2015/core.js:7112:0)
at renderComponent (file: node_modules/@angular/core/ivy_ngcc/fesm2015/core.js:8373:0)
at renderChildComponents (file: node_modules/@angular/core/ivy_ngcc/fesm2015/core.js:6971:0)
at renderView (file: node_modules/@angular/core/ivy_ngcc/fesm2015/core.js:7137:0)
at ComponentFactory$1.create (file: node_modules/@angular/core/ivy_ngcc/fesm2015/core.js:22192:0)
at DetachedLoader.loadWithF<…>
dependencies:
"@nativescript/angular": "^10.1.7",
"@nativescript/core": "^7.0.13",
"@nativescript/theme": "~2.5.0",
"@ng-bootstrap/ng-bootstrap": "^7.0.0",
"@schoolsquirrel/letter-avatar": "^1.0.0",
"@stomp/ng2-stompjs": "^7.2.0",
"@types/node-rsa": "^1.0.0",
"@types/socket.io-client": "^1.4.33",
"aes-js": "^3.1.2",
"angularx-social-login": "^3.2.1",
"bootstrap": "^4.5.0",
"constants": "0.0.2",
"core-js": "^3.6.5",
"cryptico": "^1.0.2",
"crypto": "^1.0.1",
"crypto-module": "^1.3.19",
"event-source-polyfill": "^1.0.16",
"idb": "^5.0.4",
"mediasoup-client": "^3.6.12",
"moment": "^2.27.0",
"nativescript-iqkeyboardmanager": "^1.5.1"