pawelromanskidajar

Results 2 comments of pawelromanskidajar

Hey, I presume that you are self-hosting your instance. Buttons are only available in Saleor cloud where the applications are already hosted for users. In self-hosting, you need to deploy...

I have implemented for myself a hotfix that fixes the issue (basically added two ? to handle nulls): ``` {(menuPath.length ? getMenuItemByPath(options, menuPath)?.children : options )?.map((suggestion, index) => ( suggestion.value...