Closed mikekotikov closed 5 months ago
https://formio.atlassian.net/browse/FIO-8389
What changed?
Previously, @formio/core would fail to call 'isEmpty' method if it doesn't exist. This PR adds a check to make sure it exists, before calling.
formio.js:5612
Test is added in formio.js
Closing, since another PR is made to fix this
Link to Jira Ticket
https://formio.atlassian.net/browse/FIO-8389
Description
What changed?
Previously, @formio/core would fail to call 'isEmpty' method if it doesn't exist. This PR adds a check to make sure it exists, before calling.
Dependencies
formio.js:5612
How has this PR been tested?
Test is added in formio.js
Checklist: