I am using JQuery steps with Meteor and for some reason the steps dont get re-rendered when the data in the page gets updated hence breaking the reactivity. I have followed the steps as suggested in this post JQuery and Reactive Meteor Components
However the components are appearing twice, appreciate any help on how to resolve this issue.Below is the peice of code that seems to have solved the reactivity issue but there are duplicate components.
var temp = this;
Blaze.render(
Template.orderSettings,
temp.$('#reactiveUI').get(0)