We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug [Error: URLSearchParams.set is not implemented] is showing in call.get() function
call.get()
To Reproduce Steps to reproduce the behavior:
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
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); });
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered:
nikkothari22
No branches or pull requests
Describe the bug
[Error: URLSearchParams.set is not implemented] is showing in
call.get()
functionTo Reproduce
Steps to reproduce the behavior:
call.get()
and pass Search ParamsMy 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
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: