Cauã Adomaitis
Cauã Adomaitis
Hey, I had this issue just now and I fixed by making it a client component + useState + useEffect. I am using next 13.4.3, with @radix-ui/react-alert-dialog 1.0.4 Here is...
> This fixed it for me... > > `` That’s interesting, how did you come up with this workaround?
The issue is with the private_in_public lint. You can remove the line that contains it in **~~rust/algebra/lib.rs~~**. Edit: **rust/algebra/src/lib.rs**. ``` lib.rs file some stuff... #![deny( unused_must_use, unused_mut, unused_unsafe, private_in_public, <...
That line occurs in another file as well, then it asked for llvm config. I managed to run the tests and benchmark, then it was possible to perform the inference...