Multiple Rendition Error()
I’m trying to make rendition of single image file.
Note: I have only used single rendition using application API
When plugin invoked console says:
Plugin Error: Multiple createRenditions() calls cannot run concurrently. Wait for the previous call's Promise to resolve before calling again.
Expected Behavior
The plugin on invoke it should render the selected image file.
Actual Behavior
Plugin error : Multiple createRenditions() can’t run concurrently.