Tried updating from 3.50.4-build1 to 3.51.2-build5 today. When attempting to use the KVVFS, SQLite WASM throws xFileControl [TypeError: Cannot read properties of undefined (reading 'disablePageSizeChange')]. If I edit the library's use of kvvfs.internal.disablePageSizeChange to kvvfs.internal?.disablePageSizeChange, all my tests pass, so the logic that reads disablePageSizeChange needs to be patched somehow, if not simply like this.
Tried updating from 3.50.4-build1 to 3.51.2-build5 today. When attempting to use the KVVFS, SQLite WASM throws
xFileControl [TypeError: Cannot read properties of undefined (reading 'disablePageSizeChange')]. If I edit the library's use ofkvvfs.internal.disablePageSizeChangetokvvfs.internal?.disablePageSizeChange, all my tests pass, so the logic that readsdisablePageSizeChangeneeds to be patched somehow, if not simply like this.