Documentation / @warp-drive/build-config / deprecations / DEPRECATE_COMPUTED_CHAINS
ts
const DEPRECATE_COMPUTED_CHAINS: boolean = true;
Defined in: deprecations.ts:129
no-id-assignedThis is a planned deprecation which will trigger when observer or computed chains are used to watch for changes on any WarpDrive LiveArray, CollectionRecordArray, ManyArray or PromiseManyArray.
Support for these chains is currently guarded by the deprecation flag listed here, enabling removal of the behavior if desired.
The instrumentation was added in 5.0 but the version number is set to 7.0 as we do not want to strip support without adding a deprecation message.
Once we've added the deprecation message, we will update this version number to the proper version.
Since
5.0
Until
8.0