Hi,
in my project I am using multiple instances of Handlebars for different HTML elements, which are created using handlebarsBinding(createHandlebarsInstance()).
I noticed that somehow they different instances interfere, which means when I update one instance, the other receives DOM manipulations as well.
I am currently trying to reproduce it in a CodePen, but maybe this is a known issue already?
Hi,
in my project I am using multiple instances of Handlebars for different HTML elements, which are created using
handlebarsBinding(createHandlebarsInstance()).I noticed that somehow they different instances interfere, which means when I update one instance, the other receives DOM manipulations as well.
I am currently trying to reproduce it in a CodePen, but maybe this is a known issue already?