["BUG"] Notice: Function wp_enqueue_style was called incorrectly #101
Labels
bug
Report of or fix for something that isn't working as intended
help wanted
Ready to be picked up by anyone in the community
Describe the bug
When the plugin is activated, the admin page shows a strong warning:
This is not breaking any functionality, but it is annoying and we should fix it.
To Reproduce
Steps to reproduce the behavior:
/wp-admin/plugins.php
Screenshots
Additional context
I think this is related to a direct call to
$this->loader->wp_enqueue_style
here. We shouldadd_action
atadmin_enqueue_scripts
as the lines before do.The styles we are including there are used for the log box in the sync manager
The text was updated successfully, but these errors were encountered: