You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the newest version of @nestjs/typeorm9.0.1 I suspect it has something to do with the way I'm extending AbstractPolymorphicRepository
The methodology to extend in the readme has since been deprecated, instead I'm using const entityRepository = manager.getRepository(Entity).extend(AbstractPolymorphicRepository<Entity>)
when i create children from parent children not save
The text was updated successfully, but these errors were encountered: