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 of useStore() like so:
Since @vue/repl version 4.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 the dependencyVersion.
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 thedependencyVersion
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
.