Ezra Celli

Results 5 comments of Ezra Celli

@hasezoey I'm also running into this error on `TModel.create()` call (playground link [here](https://www.typescriptlang.org/play?#code/JYWwDg9gTgLgBAbzgeQEYCsCmBjGBJAEzgF84AzKCEOAIlQGcIA7GgbgChRJZE4BzTDACyEApgA2AMWgBhcQEN69ADRwwlMHEVwAChsywAniXKVqNAAIxDYTHwgR6mAPTXb9x5jbt2mAB7c8NgKSnAAqk5QiOxwsXBQmPIEzOLGAPrABAD8AFwoGDj4BBwxcRZ6ELZGABRICQCOAK7ACQR5MFCNmKpumHnVAJRwALwAfHAAIvIwmCQDpbHYCdOYBACCMACEeVMzJXFw5fo1SL39Q2OTK3MLcGLigqsb21czcAA+cEyN4uL7ZRUqtZavFME0Wqt2p1ZsR5gdMCB5MBxC96B1gEw+P9YkdKgZgXUwc1WlCuj0bH04IMRuNdjC4XFGmACCt1lsditsYdAfjDCCGsTIXAOl0bgdGpEmPIQJhUejMVzcUC+YTwSThdCxXEwIp6AB3aAEOVQDFY9jEHz+QJwbDMNHhSIie4jfiCJ0SaRQOS66oRAwDEp+qDu8QAOiWiRmtVuEdZGzyTEwetemEGylu90ebITP3E6fhiOReRoNHzjOZcZgCaTKbTtwlBilMuLpduOqUBqgbVordhQA)): ```ts import { ObjectId } from "bson"; import { getModelForClass, prop as Property } from "@typegoose/typegoose"; export...

@hasezoey Yep, unfortunately the error persists when using `mongoose.Types.ObjectId`. Here's my (truncated) `package.json`: ```json { "dependencies": { "@typegoose/typegoose": "^7.6.0", "bson": "^4.3.0", "mongoose": "5.10.18" }, "devDependencies": { "@types/mongoose": "^5", "typescript": "^4.2.4"...

EDIT: I just checked, and `[email protected]` is actually working at the moment — should I open a new issue for `4.8.4`? --- Running into the same issue with `[email protected]`. Looks...

Ik this is an old issue -- but has there been any progress on this? Highlighted channel/thread names are not visible (white on white with dark color theme) and one...

I can replicate the issue in both Chromium 108 and Firefox 108. Maybe because of the double `DOMContentLoaded` / `load` listeners here: https://github.com/BuilderIO/partytown/blob/main/src/lib/main/snippet.ts#L137 --- Chromium: ![image](https://user-images.githubusercontent.com/6758913/209059650-d321a7be-a975-40d4-8e3b-5b834c4c76e6.png) Firefox: ![image](https://user-images.githubusercontent.com/6758913/209059711-970109d5-7885-4b2e-8069-15ba5a2bb07a.png)