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 solution print a warning in browser devtools console :
[Vue warn]: Extraneous non-emits event listeners (translateend) were passed to component but could not be automatically inherited because component renders fragment or text root nodes. If the listener is intended to be a component custom event listener only, declare it using the "emits" option.
at <OlTransformInteraction ... >
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I need a ref to listen events
Describe the solution you'd like
This solution print a warning in browser devtools console :
The text was updated successfully, but these errors were encountered: