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
useEffect(()=>{if(api&&props.isHighlighted&&item.isComponent){// <-- this becomes `item.type === 'component'` I assumeapi.emit(PRELOAD_ENTRIES,{ids: [item.isLeaf ? item.id : item.children[0]]},// what about item.isLeaf? maybe a combination of checking parent and no children?{options: {target: item.refId}});}},[props.isHighlighted,item]);
It's unclear whether to remove these deprecated properties from the
api-stories
module in Storybook 8:storybook/code/lib/types/src/modules/api-stories.ts
Line 13 in bf63829
@ndelangen @shilman please let us know whenever you can, and what should be done migration-wise 🙏
The text was updated successfully, but these errors were encountered: