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

[BUG] [Error: URLSearchParams.set is not implemented] #62

Open
sambhusbabu opened this issue Sep 12, 2024 · 0 comments
Open

[BUG] [Error: URLSearchParams.set is not implemented] #62

sambhusbabu opened this issue Sep 12, 2024 · 0 comments
Assignees

Comments

@sambhusbabu
Copy link

sambhusbabu commented Sep 12, 2024

Describe the bug
[Error: URLSearchParams.set is not implemented] is showing in call.get() function

To Reproduce
Steps to reproduce the behavior:

  1. Call a frappe whitelisted function using call.get() and pass Search Params
  2. See error in react native

My Code
const searchParams = { status: 'Active', limit: 20, }; frappeCall .get( 'test_app.test_app.doctype.test_doc.api.get_data', searchParams, ) .then(result => { const docs = result.message; console.log('Active Distress: ', docs); setData(docs); }) .catch(error => { console.log('Active ERROR: ', error); });
Screenshots
image

Environment (please complete the following information):

  • OS: Windows
  • Framework React Native
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants