wikimedia / wikipediapreview-wordpress

WordPress plugin for Wikipedia Preview
MIT License
7 stars 8 forks source link

T365634: Fix warnings #122

Closed medied closed 4 months ago

medied commented 4 months ago

https://phabricator.wikimedia.org/T365634

This removes all warnings. Main takeaway is that we should be using useCallback hooks more often, moving forward we have to be careful to not introduce new warnings. Warnings removed spanned the following files: preview.js, popover.js, inline.js, and tooltip.js, so in your testing please go through the various flows and there should be no visible changes.