I have a Problem that every time i try to call a async function like useState() or something else in my SildePanel, a Transparent View gets rendered in front of all other rendered Views before.
In my Snippet is a Button which opens a SlidePanel. If i call the useState function from the Input the SlidingUpPanel gets rendered in front of the first Button, the problem is that i cant click on it anymore (see picture below).
I dont know how to handle the Problem if anyone has a suggestion i would appreciate that.
Issue Description
I have a Problem that every time i try to call a async function like useState() or something else in my SildePanel, a Transparent View gets rendered in front of all other rendered Views before.
In my Snippet is a Button which opens a SlidePanel. If i call the useState function from the Input the SlidingUpPanel gets rendered in front of the first Button, the problem is that i cant click on it anymore (see picture below).
I dont know how to handle the Problem if anyone has a suggestion i would appreciate that.
Steps to Reproduce / Code Snippets / Screenshots
Environment