You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If it's not in the public API, we can update it now without worry.
Story, documentation, comment usages
These by and large should be updated now to use the new expand term. In cases of documentation relating to prop name usage, we can update to use the new expand* prop instead of the deprecated prop.
The following is a list of usages of expando in the codebase that need to be looked at (found via a find all search):
We want to use
expand
nomenclature instead ofexpando
. This update will fall into one of a few categories:expand
term. In cases of documentation relating to prop name usage, we can update to use the newexpand*
prop instead of the deprecated prop.The following is a list of usages of
expando
in the codebase that need to be looked at (found via a find all search):components/demo/js/data-table-demo-expand-all-manager.js
react/src/components/Accordion/AccordionItem.js
react/src/components/DataTable/TableExpandHeader.js
react/src/components/DataTable/stories/expansion/DataTable-expansion-story.js
react/src/components/TreeView/TreeNode.js
expando
on the website, but double checkThe text was updated successfully, but these errors were encountered: