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
We make use of the browser's escape function at numerous places in our codebase, which has been marked as deprecated. We should probably port to encodeURIComponent to ensure future compatibility and avoid breaking changes.
The text was updated successfully, but these errors were encountered:
I would like to tackle this issue. I am beginner to open source. I understand this issue, Replace escape with encodeURIComponent, can you please assign to me. and will you please tell me where should i start working up on this.
thank you.
You can just start, there is no need to be assigned to an issue on GitHub. The code this issue refers to is all in the benchexec/table-generator/react-table directory.
We make use of the browser's
escape
function at numerous places in our codebase, which has been marked as deprecated. We should probably port toencodeURIComponent
to ensure future compatibility and avoid breaking changes.The text was updated successfully, but these errors were encountered: