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
22:02:41.911 runtime-core.esm-bundler.js:47
[Vue warn]: App already provides property with key "ol-options". It will be overwritten with the new value.
warn$1 @ runtime-core.esm-bundler.js:47
provide @ runtime-core.esm-bundler.js:3974
install$3 @ vue3-openlayers.es.js:19471
use @ runtime-core.esm-bundler.js:3868
install @ vue3-openlayers.es.js:19695
use @ runtime-core.esm-bundler.js:3865
registerPlugins @ index.js:21
(anonymous) @ main.js:89
To Reproduce
Steps to reproduce the behavior, run:
vite
Expected behavior
no warning
Additional context
I guess is trying to set the ol-options twice, but I don't feel is my code doing it (I already check around, and before upgrade I had no warning).
Maybe this 2 lines?
install$4 @ vue3-openlayers.es.js:18940
install @ vue3-openlayers.es.js:19694
🖖🏻
The text was updated successfully, but these errors were encountered:
Describe the bug
Affected version(s)
I've just upgraded 6.5.0 -> 8.0.0
Package version(s)
To Reproduce
Steps to reproduce the behavior, run:
vite
Expected behavior
no warning
Additional context
I guess is trying to set the ol-options twice, but I don't feel is my code doing it (I already check around, and before upgrade I had no warning).
Maybe this 2 lines?
🖖🏻
The text was updated successfully, but these errors were encountered: