Dominick Vale
Dominick Vale
[5.0.0-rc.2] TypeError: undefined is not an object (evaluating 't.colors') with material-bottom-tabs
This has been fixed on both the react-native-paper side in version 5.0.0-rc.4 and on the react-navigation side after [this commit ](https://github.com/react-navigation/react-navigation/commit/f8feedf8e7cb9363e48fb921304f4cad89f53962) I tried this in my application and it's working...
Reuploaded on youtube. https://youtu.be/ZHqyWNCVZ1w
You're right, sorry, i should've included it in the first place along with the code: ```ts // styles const popOverModalStyles = { popOver: { backgroundColor: theme.colors.elevation.level4, borderColor: theme.colors.outline, borderBottomColor: theme.colors.outline,...
Yep, that's the way to go. Make it impossible to us to configure to fix problems on our own and stop maintaining the repository at the same time, so that...
If anyone is still encountering this issue as I did: just add react-dom to the peer dependencies. This solved it for me.
Same thing here. RN 66.3 Android 12. Can't select any type of image (tried png, jpg, jpeg, webp). Works on the example app. EDIT: for whatever reason, specifying `selectionLimit: 0`...
So, since i had already invested hours in trying to even make flameshot open in hyprland, I decided to get this working no matter what. I just found out that...
Same happening to me. These are my logs: `[175089:0209/151607.649527:ERROR:gl_utils.cc(398)] [.WebGL-0x136006f30700] GL_INVALID_OPERATION: Feedback loop formed between Framebuffer and active Texture. [175089:0209/151607.649685:ERROR:gl_utils.cc(398)] [.WebGL-0x136006f30700] GL_INVALID_OPERATION: Feedback loop formed between Framebuffer and active Texture....
The problem can also be reproduced by closing all the clients in a tag quickly. I tried looking at the source to spot the actual deeper bug but unfortunately, i...