ExtensionEngine / tailor

Content authoring platform
MIT License
31 stars 10 forks source link

Package shared tce-core dependencies #753

Closed MiroDojkic closed 3 years ago

MiroDojkic commented 3 years ago

This PR

Note: Lerna is used for convenience of building, symlinking etc. of multiple packages. Dev dependencies are not hoisted so each package can be easily moved to a separate repo if we decide so.

underscope commented 3 years ago

@ikovac Don't forget to merge latest changes on develop ;)

kjuej commented 3 years ago

@ikovac @underscope Issue with copying assessment element:

Screen Shot 2021-05-11 at 16 48 42

Checked on develop and seems to be functioning correctly there.

ikovac commented 3 years ago

@kjuej I can't reproduce it. Is there any console error?

kjuej commented 3 years ago

@kjuej I can't reproduce it. Is there any console error?

No console error, might be an issue on built version?

ikovac commented 3 years ago

It works for me both locally with npm run packages:setup and via npm i. We can sync and try to debug it together whenever you are free.

ikovac commented 3 years ago

@kjuej I spotted where the bug is, can you please test it again? ty, good catch! 🚀