#Getting TypeError: Cannot read properties of null (reading 'nextSibling') in production

7 messages · Page 1 of 1 (latest)

long crown
#

This only happens in production and not in dev. I tried to track down the generated code that has the error, and it's in the screenshot. I also added a screenshot of the source code corresponding to where the error happens.

cc @jaunty apex who encountered this bug.

#

the $$click in the production code corresponds to the onClick in the div. This should help orient whoever looks into this 🙂

#

more info:

  • the elementRef var is declared beforehand as let elementRef
  • useContent is a Store
jaunty apex
#

It’s so strange it’s happening the way it is though. I feel like it’s a Cloudflare problem

#

I’m looking at it closer tmrw just needed some guidance on which part in the builder solid sdk

long crown
jaunty apex