« All deprecation guides
Deprecation Guide for Ember._captureRenderTree
Previously, _captureRenderTree
could be accessed via the Ember
import:
import Ember from 'ember';
Ember._captureRenderTree
_captureRenderTree
is also private.
If needed, _captureRenderTree
can be imported:
import { captureRenderTree } from '@ember/debug';
However, due to _captureRenderTree
being private, it is not recommended, nor supported.