You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug description: Upon rendering the WebView using a uri source, an error pops up Cannot read properties of undefined (reading 'getBoudningClientRect')
In WebView I'm using server-rendered react with nestJS. Upon examining the code I see that the package is trying to wrap each individual element in a wrapper div, but in this case the wrapper is undefined. This error only happens few seconds after the WebView has been rendered.
Environment:
OS: Android
OS version: Android 12
react-native version: 0.68.2
react-native-webview version: 11.23.0
react-native-autoheight-webview version: 1.6.4
The text was updated successfully, but these errors were encountered:
I was able to reproduce the error on a page without ContentEditable by triggering a height update. So more likely an issue with next.js? Also, this error doesn't affect the normal function - autoheight still works well despite of the error showing. The error is suppressed on production environment.
Bug description: Upon rendering the WebView using a
uri
source, an error pops upCannot read properties of undefined (reading 'getBoudningClientRect')
In WebView I'm using server-rendered react with nestJS. Upon examining the code I see that the package is trying to wrap each individual element in a
wrapper
div, but in this case thewrapper
is undefined. This error only happens few seconds after the WebView has been rendered.Environment:
The text was updated successfully, but these errors were encountered: