Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace escape with encodeURIComponent #1058

Open
EshaanAgg opened this issue Jun 28, 2024 · 2 comments
Open

Replace escape with encodeURIComponent #1058

EshaanAgg opened this issue Jun 28, 2024 · 2 comments

Comments

@EshaanAgg
Copy link
Contributor

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.

@Mamatha1718
Copy link

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.

@PhilippWendler
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants