Angular angular-4-data-table problem

Does anyone have a problem with this package? It shoulds ``Error: Cannot read property ‘fileName’ of null… tried to change the package version but still not working.

Hello, I am currently facing the same problem, did anyone find a solution ?

What is the context and where is the code? is it your code or the the package’s. Have you tried to put a conditional on it and wait for the object to become not null frist? or can you add a null operator? such as object.fileName becomes object?.fileName

1 Like

I am also facing the same problem. when I try to import the ‘angular-4-data-table’ into my OShop project. Using angular version 13.