JavaScript error - colRegex has no properties
I keep getting this error message whenever I try to insert a bootstrap 'grid row with column' into a container-fluid.
Does anyone know why this might be happening? I've tried uninstalling it, but still getting the same error message.
This is the code from that file at line 721:
classToBeApplied = colRegex.replace('[\\d]+', newColumn);
