Closed Ledzz closed 1 month ago
When remounting some containers under specific condition the error happens: WebGL: INVALID_VALUE: bufferSubData: srcOffset + length too large
WebGL: INVALID_VALUE: bufferSubData: srcOffset + length too large
When this error happens, some elements disappear or lose their border radius. Please take a look at repro: https://codesandbox.io/p/sandbox/flamboyant-mountain-4ktyp3?workspaceId=43cc7f12-04db-4db6-a7e4-32c00d045658
There's an error in the console, and after the first remount, the white circle in the toggle (top right corner) disappears.
FYI for now I commented this line and there's no error
When remounting some containers under specific condition the error happens:
WebGL: INVALID_VALUE: bufferSubData: srcOffset + length too large
When this error happens, some elements disappear or lose their border radius. Please take a look at repro: https://codesandbox.io/p/sandbox/flamboyant-mountain-4ktyp3?workspaceId=43cc7f12-04db-4db6-a7e4-32c00d045658
There's an error in the console, and after the first remount, the white circle in the toggle (top right corner) disappears.