jepiqueau / react-sqlite-app-starter

Ionic/React SQLite Application Starter
MIT License
22 stars 14 forks source link

Update ViewMessage.tsx #30

Closed Joepus closed 1 year ago

Joepus commented 1 year ago

await db.open() promise repaired it on web without this await, on web I got "Error Query failed: SelectSQL: Database db-messagesSQLite.db not opened" on line 31 of ViewMessage.tsx

jepiqueau commented 1 year ago

@Joepus thanks for this

Joepus commented 1 year ago

You are most welcome! To be honest, this was my first ever pull request outside of my own code base :) Cheers! Thanks for the starter app!!

On Fri, Nov 25, 2022 at 8:18 AM QUEAU Jean Pierre @.***> wrote:

@Joepus https://github.com/Joepus thanks for this

— Reply to this email directly, view it on GitHub https://github.com/jepiqueau/react-sqlite-app-starter/pull/30#issuecomment-1327101160, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACTJ6VMJ23V23EL6GQWS4SLWKBR37ANCNFSM6AAAAAASKYHS7Q . You are receiving this because you were mentioned.Message ID: @.***>

shlok-it commented 1 year ago

name of the file