Closed brunocrosier closed 2 months ago
{...undefined} will result in
{...undefined}
Uncaught TypeError: undefined is not iterable
This happens if the user does not have any existing globals in their payload config (and incomingConfig.globals is therefore undefined)
incomingConfig.globals
undefined
@brunocrosier Awesome, thanks 🙏
Love this plugin thanks for making it!
{...undefined}
will result inUncaught TypeError: undefined is not iterable
This happens if the user does not have any existing globals in their payload config (and
incomingConfig.globals
is thereforeundefined
)