RGZingYang opened a new issue, #3470:
URL: https://github.com/apache/apisix-dashboard/issues/3470

   ### Issue description
   
   ResourceRef.tsx : const [id] = useDebouncedValue((value ?? '').trim(), 300);
    value is  number such as plugin_configs_id
   
   ### Expected behavior
   
   const [id] = useDebouncedValue(
     value == null ? '' : String(value).trim(),
     300,
   );
   
   ### How to Reproduce
   
   
https://github.com/apache/apisix-dashboard/blob/master/src/components/form/ResourceRef.tsx
   
   ### Screenshots
   
   _No response_
   
   ### Environment
   
   - apisix version (cmd: `apisix version`):
   - OS (cmd: `uname -a`):
   - OpenResty / Nginx version (cmd: `nginx -V` or `openresty -V`):
   - etcd version, if have (cmd: run `etcd --version`):
   - apisix-dashboard version, if have:
   - Browser version, if have:
   
   
   ### Additional context
   
   _No response_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to