Commit cbd7e816 authored by syarynovskyi's avatar syarynovskyi

Fix create - render - destroy lifecycle for gitlab experiment

parent bd90f71f
...@@ -9,7 +9,7 @@ export default { ...@@ -9,7 +9,7 @@ export default {
}, },
}, },
render() { render() {
return this.$slots?.[getExperimentVariant(this.name)]; return this.$scopedSlots?.[getExperimentVariant(this.name)]?.();
}, },
}; };
</script> </script>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment