We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
enableLegacyTransitions
1 parent 46ae4a0 commit ef5acbaCopy full SHA for ef5acba
src/Tree/types.ts
@@ -255,6 +255,12 @@ export interface TreeProps {
255
/**
256
* Enables/disables legacy transitions using `react-transition-group`.
257
*
258
+ * **Note:** This flag is considered legacy and **usage is discouraged for large trees**,
259
+ * as responsiveness may suffer.
260
+ *
261
+ * `enableLegacyTransitions` will be deprecated once a suitable
262
+ * replacement for transitions has been found.
263
264
* {@link Tree.defaultProps.enableLegacyTransitions | Default value}
265
*/
266
enableLegacyTransitions?: boolean;
0 commit comments