Angular-v3 icon indicating copy to clipboard operation
Angular-v3 copied to clipboard

Cannot read properties of null (reading 'removeChild')

Open josephadah opened this issue 3 years ago • 3 comments

image

I get this error randomly and when it happens it crashes the entire app. I'm using angular 14 with angular material.

I think you may have to upgrade your package to the latest angular version.

If I remove flutterwave angular package, everything works fine

josephadah avatar Nov 21 '22 09:11 josephadah

Hello @josephadah

Kindly include the following line in tsconfig.app.json under compilerOptions : paths": { "@angular/": [ "node_modules/@angular/" ] } Then restart server. Please share if this resolves the issue.

toybz avatar Nov 21 '22 10:11 toybz

Hello @josephadah

Please share if the suggestion above resolved this issue.

toybz avatar Dec 03 '22 08:12 toybz

Hello @josephadah

Kindly include the following line in tsconfig.app.json under compilerOptions : paths": { "@angular/": [ "node_modules/@angular/" ] } Then restart server. Please share if this resolves the issue.

This didn't solve the issue, atleast for my case angular version 16, it didn't work, the error stills persist.

etomeni avatar Jul 17 '23 19:07 etomeni