Hi there,
Can some tell me what this error code mean? I have been search wixcode but can not find it.
TypeError: Cannot read property ‘businessName’ of undefined
import wixWindow from 'wix-window';
import wixData from 'wix-data';
//-------------Global Variables-------------//
// Current product's ID.
let businessName;
//-------------Lightbox Setup-------------//
$w.onReady(function () {
// Get the data passed by the page that opened the lightbox.
businessName = wixWindow.lightbox.getContext().businessName; <------------error