Closed vaweto closed 1 year ago
That's odd, and I'm not duplicating with safari or brave. What browser are you using?
From M1 macbook with Version 116.0.5845.179 of chrome and from a mobile version of chrome
That was weird. I did duplicate it in chrome. I just did a rebuild of the assets and I think it's fixed now. Might need to do a hard refresh "just incase".
I think I found the problem. The error happened when you search for something that does not exist. So the excerpt is empty because it returns nothing.
Thanks! Updated now. Can you try again?
It's all good now!!
🎉
While writing on search box i'am getting an Uncaught (in promise) TypeError: Cannot read properties of null (reading 'length').
This is from search widget on that code ${t.excerpt.length > 150 ? t.excerpt.substring(0, 150) + "..." : t.excerpt}