plugin-samples icon indicating copy to clipboard operation
plugin-samples copied to clipboard

[conditionformat2] Other plug-ins break if this plug-in is loaded after them

Open theredspoon opened this issue 6 years ago • 0 comments

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

theredspoon avatar May 02 '19 21:05 theredspoon