Is there a way for multiple versions of ckeditor library to exist on the same page without conflicting with the other version? The way jquery as jquery.noConflict mode?
The use case is that there are different teams in our organization building different widgets and 2 of them are using some forked and customized ckeditors and both are of different release versions. Currently, things are broken when they conflict on the same page.
Anyone faced similar issue and tried to solve this before?