Where do I now import createMetadataMap? -- upgraded from 2.1.1 #459
-
I just updated an Angular project. While doing that I updated my automapper npm packages from ^2.1.1 to ^8.3.2. I now get an error on my import statement:
Where do I import this from now? Also, will I need to do a lot of other refactoring when upgrading from 2.1.1. to 8.3.2? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @johnpankowicz, if you use |
Beta Was this translation helpful? Give feedback.
Hi @johnpankowicz, if you use
pojos
, then probably more migrations to do than usual. I'd recommend checking out the migration guide (https://automapperts.netlify.app/docs/getting-started/migrate-to-automapper-v8#automapperpojos). Hit me up if you have more questions