Skip to content

Commit

Permalink
Merge pull request #3055 from Autodesk/development
Browse files Browse the repository at this point in the history
Release: January 11, 2024
  • Loading branch information
wmui51 authored Jan 12, 2024
2 parents 246deb8 + 8d767db commit a25acaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/menu/src/presenters/MenuGroupPresenter.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ const MenuGroupPresenter = (props) => {
mounted.current = true;
} else {
// update options if they change
const previousOptions = props.getOptionsInfo();
const previousOptions = props.getOptionsInfo() || {};
const menusInfo = {};
const mergedOptions = [];
const currentIds = [];
Expand Down

0 comments on commit a25acaa

Please sign in to comment.