File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed
Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -31,11 +31,7 @@ let PowerSync;
3131const openDatabase = async ( ) => {
3232 PowerSync = new WASQLitePowerSyncDatabaseOpenFactory ( {
3333 schema : AppSchema ,
34- dbFilename : 'test.sqlite' ,
35- flags : {
36- // This is disabled once CSR+SSR functionality is verified to be working correctly
37- disableSSRWarning : true
38- }
34+ dbFilename : 'test.sqlite'
3935 } ) . getInstance ( ) ;
4036
4137 await PowerSync . init ( ) ;
Original file line number Diff line number Diff line change @@ -31,11 +31,7 @@ let PowerSync;
3131const openDatabase = async ( ) => {
3232 PowerSync = new WASQLitePowerSyncDatabaseOpenFactory ( {
3333 schema : AppSchema ,
34- dbFilename : 'test.sqlite' ,
35- flags : {
36- // This is disabled once CSR+SSR functionality is verified to be working correctly
37- disableSSRWarning : true
38- }
34+ dbFilename : 'test.sqlite'
3935 } ) . getInstance ( ) ;
4036
4137 await PowerSync . init ( ) ;
You can’t perform that action at this time.
0 commit comments