Chris Trude

Results 6 comments of Chris Trude

Same error in my implementation. Dependencies are all in the right order. element.masonry() is not a function.

Work around doesn't work for me. This is a rather annoying issue. Looking into forking and fixing it myself.

Should only inject items into the DOM on demand, to handle very large/complex jsons

Auto scroll UP is working in chrome for me, but not DOWN. Any ideas?

Whats interesting about this error: `npm ERR! peer jest@"^28.0.0" from [email protected]` is that in 12.2.2 the package.json file already points to "jest": "^29.1.2", and "ts-jest": "^29.0.0". 28 isn't stated anywhere,...

> @christrude you're not looking at the state of the file when the `12.2.2` tag was applied (i.e. when the release was made). https://github.com/thymikee/jest-preset-angular/blob/v12.2.2/package.json It's only on jest 28 you...