Bug: monaco editor does not consider dependencyVersion
defined in store
#269
Labels
bug
Something isn't working
dependencyVersion
defined in store
#269
Hey, we are using the
@vue/repl
package for the playground of our onyx component library.We have added a select to choose the used version of the onyx library and have defined the
dependencyVersion
property ofuseStore()
like so:Since
@vue/repl
version4.3.0
this no longer works because the editor always loads the latest version/tag (sit-onyx@latest
) which is not correct because it should consider thedependencyVersion
.The text was updated successfully, but these errors were encountered: