You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This did not fix the problem. I tried updating the module to v1.0.1 and replacing `trackLocalhost` with `ignoredHostnames`, and all of the analytics e2e tests failed, see [this CI run](https://github.com/WordPress/openverse/actions/runs/10250122171/job/28355208871?pr=4716). When I added `trackLocalhost` back, they [passed](https://github.com/WordPress/openverse/actions/runs/10260245561/job/28386045331?pr=4716).
After updating, the plugin types also broke: I had to manually add the types that were previously created by Nuxt automatically. This might be related to the "The inferred type of 'default' cannot be named without a reference to ..." warnings in the release action run for v1.0.1: https://github.com/nuxt-modules/plausible/actions/runs/10229250370
Would using a function for module defaults fix it?
After updating, the plugin types also broke: I had to manually add the types that were previously created by Nuxt automatically. This might be related to the "The inferred type of 'default' cannot be named without a reference to ..." warnings in the
release
action run for v1.0.1: https://github.com/nuxt-modules/plausible/actions/runs/10229250370Would using a function for module defaults fix it?
Originally posted by @obulat in #30 (comment)
The text was updated successfully, but these errors were encountered: