Unhandled exception:
type '_InternalLinkedHashMap<String, dynamic>' is not a subtype of type 'List<dynamic>' in type cast
#0 SurrealDB.select (package:surrealdb/src/surrealdb.dart:118)
<asynchronous suspension>
latest nightly
Tests pass, though me calling
await surrealClient.select("blockchain:height");
is causing the error above
latest nightly
Tests pass, though me calling
await surrealClient.select("blockchain:height");
is causing the error above