Closed jollycopper closed 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 |
Thanks!
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.
FormattedConn might contain
undefined
fields, causing the connection filter feature to crash sometimes in thehasSubstring()
function. This PR fixes it by returningfalse
for string matches when the string isnull
orundefined
.