Valerii Smirnov
Valerii Smirnov
I can try to provide PR
> Try to change the z-index property (with style or props) on your component. I use `dialog` element, it renders on top layer
You can specify any z-index, but the content of the modal will be rendered behind the dialog element. because it's rendered on the top layer
I will update the reproduction in a few days
> I followed your example exactly, and everything works as expected for me. Could you please try to reproduce this issue using the latest version of TonConnect? The reproduction uses...
There is similar error on MacOS M1 chip ``` java.lang.NullPointerException: Cannot invoke "java.net.URL.getFile()" because "url" is null at com.goterl.resourceloader.ResourceLoader.getFileFromFileSystem(ResourceLoader.java:244) at com.goterl.resourceloader.ResourceLoader.copyToTempDirectory(ResourceLoader.java:88) at com.goterl.resourceloader.SharedLibraryLoader.load(SharedLibraryLoader.java:53) at com.goterl.resourceloader.SharedLibraryLoader.load(SharedLibraryLoader.java:47) at com.ionspin.kotlin.crypto.LibsodiumInitializer.loadLibrary(LibsodiumInitializer.kt:19) at com.ionspin.kotlin.crypto.LibsodiumInitializer.initialize(LibsodiumInitializer.kt:52) ```
What is a use case? You can use `useComputed` for this purpose, isn't it?