Closed AlexJezior closed 6 months ago
Branch issue-306-Bug_CirclePromise_missing_from_Circle_Shape created!
Hello @AlexJezior, could you test our new version v2.0.0? also, you can find the main points on our new documentation site.
Fixed on v2.0.0, now you have the circleShapePromise
exposed from the plugin again.
I'm closing this issue because was fixed on v2.0.0, now the circle promise is exposed. Feel free to re-open it if it's needed.
Describe the bug
Having a problem when rendering a CircleShape in the map component. After the circle shape has rendered, we fit bounds of the map based on the circle shape's bounds returned.
In the previous version of this package, we had a ref on the circle shape component, and when mounted we would leverage the
$circlePromise
of the component to let us know when it's ready so that we can adjust the map bounds.To reproduce
Steps to reproduce the behavior:
circleShapeInstance
property is available, and it's undefined.Expected behavior
In vue dev tools, we should have access to the
$circlePromise
on the circle ref.Current behavior
No
$circlePromise
available on the CircleShape.Screenshots
Desktop (please complete the following information)
Smartphone (please complete the following information)
Additional context
Add any other context about the problem here.
Versions
Package manager
Plugin version