Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
theredspoon opened this issue May 2, 2019 · 0 comments

Comments

@theredspoon
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant