#MedusaJS 1.8+ with Medusa-extender

24 messages ยท Page 1 of 1 (latest)

plush patio
#

Has anyone already tried it? are they compatible with each other?

gentle pilot
#

Yes and no

#

The plain vanilla version of extender isn't compatible..you need to pull from a pr

#

That @old monolith has made

#

The issue is typeorm 3

gentle pilot
#

It yup

#

It may throw an exception during startup

#

But you can ignore the exception

#

Plz note you will have to make changes to your implementation

#

Minor changes nonetheless

#

You can follow the example in the starter

#

That is available in the extender

#

Hope this helps ๐Ÿ™‚

plush patio
#

Yes thanks a lot. I'll go explore ๐Ÿ™‚

gentle pilot
#

I think the idea is to deprecate the extender in the future and build in the functionality into medusa core itself

#

But without decorators

old monolith
#

All the features from the extender are available in 1.8+ we are currently writing all the documentation so you can expect follow the medusa documentation in a very near future

meager carbon
#

hi Adrien, do we know when there will be the migration guide to the 1.8 official? The patch PR doesn't work for me and seems like a lot of work so I think I will wait to do the migration to the official 1.8

old monolith
#

It is pretty easy if you look at the customisation example we have provided in the doc, you ll see that it is pretty easy, otherwise it will probably be available in the next few weeks

gentle pilot
#

I have made the necessary changes and it works if you follow the example

gentle pilot
#

It's not very complicated if you are overriding just a few services

meager carbon
#

@full venture