You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The puzzle input in question happens to be filled with < and > so the regex matched and threw and error.
I'm not sure what that check is supposed to be doing, so I don't know how to fix it. For the time being I just removed it from my local node_modules so I don't get any more false positives, but I figured I'd post here to make the issue known.
The text was updated successfully, but these errors were encountered:
So I looked at the code a bit to see what was up with this particular day, and I noticed the regex in the following line:
advent-of-code-client/src/util/api.js
Line 69 in 6e4aa1c
The puzzle input in question happens to be filled with
<
and>
so the regex matched and threw and error.I'm not sure what that check is supposed to be doing, so I don't know how to fix it. For the time being I just removed it from my local node_modules so I don't get any more false positives, but I figured I'd post here to make the issue known.
The text was updated successfully, but these errors were encountered: