This module uses module_invoke on field_is_empty a few times -- as of Backdrop 1.33.0 this may cause an error if the instance array is not passed as the third parameter. See an example fix from Paragraphs here (although if the instance is not already loaded in your case, you may need to load it):
This module uses
module_invokeonfield_is_emptya few times -- as of Backdrop 1.33.0 this may cause an error if the instance array is not passed as the third parameter. See an example fix from Paragraphs here (although if the instance is not already loaded in your case, you may need to load it):