Michael Neumair

Results 14 comments of Michael Neumair

> For me the message only appears when I install the REACT_DEVELOPER_TOOLS extension with [electron-devtools-installer](https://github.com/MarshallOfSound/electron-devtools-installer) and try to open the devtools. Same for me, testing it on electron `18.2.0` this...

I got the same issue with a fresh setup. It turned out that when I comment out `await installExtensions();` in `main.ts -> createWindow()` function that all works fine. See also...

I got the same error adding serialport to an electron forge + webpack project.

@sh0shinsha I switched to [electron-react-boilerplate](https://github.com/electron-react-boilerplate/electron-react-boilerplate) which excludes the serialport libs from the bundler similar as @reconbot mentioned. So simply try to exclude `serialport` and I think it should work even...

@sh0shinsha Yes, I got it managed to work with [electron-react-boilerplate](https://github.com/electron-react-boilerplate/electron-react-boilerplate). Have you installed `serialport` like desribed [here in the docs?](https://electron-react-boilerplate.js.org/docs/native-modules/). This might be your issue. @chetbox Actually I had the...

I have the same issue on Android when using `collapsedHeight`. But doesn't it make sense? Just for my understanding: When it is measuring it sets the inner `Animated.View` to `position:...

Hi @francoischalifour, thanks for your answer. I already saw the post. I think, `srcset` alone wouldn't solve the issue. Because the issue is more, that `medium-zoom` takes the dimension from...

@tuelsch I made a simple example on [codesandbox.io](https://codesandbox.io/s/r7q0zx2v8o) for you. I coloured the three images. Each image has a different dimension as it is common when using art directed images....

Are there any plans for this? It would be great.

Great! Thank you @sebastian-marinescu! It will help a lot!