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
Unless there is a reason that the ? is required, then it seems like parsing the code from the hash would be simpler if it didn't require removing the ? each time.
The text was updated successfully, but these errors were encountered:
Agreed - at present the "try in repl" part of the ramda docs includes the ? in its links, so we probably need to account it until we fix it on that side.
There was a merged PR that changed the ? to a ; in preparation for this.
I just checked the docs page and it appears to be working.
So you should be able to include the first character and it would still be valid JS.
Then we can update the button click handler to exclude that character.
Unless there is a reason that the
?
is required, then it seems like parsing the code from the hash would be simpler if it didn't require removing the?
each time.The text was updated successfully, but these errors were encountered: