hannespr commented on PR #38033:
URL: https://github.com/apache/superset/pull/38033#issuecomment-3992945514

   I just checked locally:
   
   ```
     const nextUrl = useMemo(() => {
       try {
         const params = new URLSearchParams(window.location.search);
         return params.get('next') || '';
       } catch (_error) {
         return '';
       }
     }, []);
     ```
   
   works like a charm for me :+1: 


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to