Type for Snapshot.adapterOptions is unusable #1437
Labels
types:core:data
Something is wrong with the Ember Data type definitions
types:core
Something is wrong with the Ember type definitions
Which package(s) does this problem pertain to?
What are instructions we can follow to reproduce the issue?
Snapshot.adapterOptions
as a recordProperty '<whatever you try to access>' does not exist on type '{}'.
Reproduction Case
Now about that bug. What did you expect to see?
This should be typed as
Record<string, unknown>
.What happened instead?
It's typed as
{}
and therefore goes 💥 whenstrict: true
is set.The text was updated successfully, but these errors were encountered: