v2.105.4-canary.0
📦 supabase-jsView on GitHub →
🐛 2 fixes🔧 2 symbols
Summary
This canary release addresses minor bugs in the auth and postgrest modules, specifically handling JSON parse failures and abort detection in fetch operations.
🐛 Bug Fixes
- Return null from getItemAsync in auth module on JSON parse failure.
- Restore non-Error abort detection in fetch catch block within postgrest module.