haishanh / yacd

Yet Another Clash Dashboard
http://yacd.haishan.me
MIT License
4.16k stars 736 forks source link

🐛 Fix the connections page crash #770

Closed jollycopper closed 1 year ago

jollycopper commented 1 year ago

FormattedConn might contain undefined fields, causing the connection filter feature to crash sometimes in the hasSubstring() function. This PR fixes it by returning falsefor string matches when the string is null or undefined.

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
yacd ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 8, 2023 1:26pm
haishanh commented 1 year ago

Thanks!

imyhxy commented 1 year ago

I'm still encountering this issue with the newest mater docker image. Each time when I input "5" in the filter input box, the page is crash.

image