Error in conditional plugin due to latest changes related to promise resolution
Opened this issue · 1 comments
elboletaire commented
This will need a bit of love to be properly fixed. The way we're handling the promises for the conditional plugin was causing issues for the tests, with the latest changes apparently everything was working but when we pushed to production there was obvious issues with the conditional plugin as it was continuing the execution despite it was failing some conditions.
This is happening only in version 2.2.1, version 2.2.0 works fine.
elboletaire commented
This was reversed in 2.2.2
in order to be able to make other changes.