Coder Social home page Coder Social logo

Comments (9)

nartc avatar nartc commented on September 2, 2024

@apiannikov Thanks for reporting. What “simple mapping” are you referring to? And is 6.3.8 the last version working for you?

from mapper.

apiannikov avatar apiannikov commented on September 2, 2024

@nartc, just any mapping to test. I just updated the packages to @nartc/[email protected] and [email protected], and got the unexpected behavior.

Yes, @nartc/[email protected], [email protected] are last versions that work.

from mapper.

nartc avatar nartc commented on September 2, 2024

https://codesandbox.io/embed/automapper-demo-latest-42cg8?codemirror=1

This example still seems to work for me. Can you please provide a reproduce?

from mapper.

apiannikov avatar apiannikov commented on September 2, 2024

@nartc, I just put some code,
user entity
currentUser dto
custom mapper profile
app module with profile addition
mapping usage

from mapper.

nartc avatar nartc commented on September 2, 2024

Thanks. I’ll take a look asap

from mapper.

nartc avatar nartc commented on September 2, 2024

@apiannikov https://github.com/nartc/nestjsx-automapper-bug-149 I cannot reproduce the bug with the provided models + mapping configuration. I'm using [email protected] and @nartc/[email protected] (check package.json)

from mapper.

apiannikov avatar apiannikov commented on September 2, 2024

Sorry for wasting your time. I checked imports of AutoMapper, they were all from @nartc/automapper, as described in docs. And it worked till the version 6.3.11. But now I've changed imports to nestjsx-automapper and it works. There was a confusion with what package to use for importing AutoMapper.

from mapper.

nartc avatar nartc commented on September 2, 2024

@apiannikov I see. That’s weird. Can you show the exact imports you used? maybe a TS3.9 problem since nestjsx-automapper just pass through some imports for ease of importing

from mapper.

nartc avatar nartc commented on September 2, 2024

@apiannikov I have just tested by changing all imports to @nartc/automapper instead of nestjsx-automapper. I'm pretty confident that you'd had run into a problem with conflicting library version. Let me elaborate

nestjsx-automapper has a hard dependencies on @nartc/automapper which internally, nestjsx-automapper is dependent on specific version of @nartc/automapper. When you install nestjsx-automapper, npm will also install @nartc/automapper for you.

[email protected] (prev version) does not have the latest @nartc/automapper version (6.3.11) just yet (1). If you install both nestjsx-automapper and @nartc/automapper in your project, you might run into version conflict because of reason stated above.

(1): I setup nestjsx-automapper dependencies update via dependabot which might be slow to pick up on latest version of @nartc/automapper at times :) Sorry for the inconvenience.

I am closing this issue. Please open a new one if you still run into issues :)

from mapper.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.