Documentation / @ember-data/legacy-compat / utils / configureMismatchReporter
ts
function configureMismatchReporter(fn): void;
Defined in: utils.ts:42
Configure a function to be called when an id or type changes during normalization. This is useful for instrumenting to discover places where usage in the app is not consistent.
Parameters
fn
Reporter
Returns
void