Roland Li
Results
3
comments of
Roland Li
I am getting the same error on Typescript 4.5.5 as well. I was able to get rid of the problem by setting `strictNullChecks: false` in `tsconfig.json` as mentioned in related...
@skoulof I am encountering a similar issue. Did you get to figure out what happened?
That's indeed the case. Not that I forgot the trailing slash but the tool I used ignored my trailing slash so I had to do double slashes `//`. Anyway thanks...