plugin-samples
plugin-samples copied to clipboard
[conditionformat2] Other plug-ins break if this plug-in is loaded after them
If other plugins depend on moment.tz() and load before the conditional formatting plugin, then this plugin's moment object overwrites the others. The other plugins (e.g. calendar plugin) break.
Workaround: reimport conditional formatting plugin so that it loads after the other plugins. There's no place where we are currently holding that information.
Possible fix: update this plugin's moment dependencies to a more recent version