Closed LukeyBeachBoy closed 3 years ago
type and isObject are deprecated as of analyzer 0.40.0, this causes build issues in cases where analyzer >=0.40.0 <0.40.7 is needed in the same project as pageloader.
type
isObject
analyzer >=0.40.0 <0.40.7
pageloader
They should be replaced with thisType and isDartCoreObject respectively.
thisType
isDartCoreObject
It would be really helpful, because the newest angular (6.0.1) can't be used with the pageloader currently
There is a PR for this #211
v3.3.2 resolves this.
type
andisObject
are deprecated as of analyzer 0.40.0, this causes build issues in cases whereanalyzer >=0.40.0 <0.40.7
is needed in the same project aspageloader
.They should be replaced with
thisType
andisDartCoreObject
respectively.