Mati Tucci

Results 17 comments of Mati Tucci

@LorrainInfinity besides this feature, what else is missing in your opinion?

I'm still having the problem. The next.js issue is not exactly like this because in that example the component they are importing is a custom component, in my case I'm...

I'm doing this: https://github.com/vercel/next.js/issues/4957#issuecomment-783482041 and it's working fine

Another thing I noticed is that after setting `showNativeVolumeUI` to `true`, setting it to `false` doesn't work anymore. E.g: ```jsx useEffect(() => { VolumeManager.showNativeVolumeUI({ enabled: true }); setTimeout(() => {...

@Polarisation did you find a solution for this? I'm having the same issue. FYI I found a hacky way: ```css color: transparent; text-shadow: 0 0 0 red; ```