heyo, I'm having a really strange error while usin...
# ask-questions
b
heyo, I'm having a really strange error while using visual experiments. I have it stripping out some tags, and removing the <body> and </body>, but only on certain pages. using it with cloudflare workers, ran a couple successful experiments on some pages, but then tried setting this one up and getting it acting very weird. Anyone have any idea what could be going on?
f
Hi Ryan - can you explain what you mean by wierd?
b
I figured it out, there was a closing tag missing (h1), so when it created the virtual dom, it broke the entire page. but without the virtual dom, the page worked fine.