I'm building a webapp and use a component for the header of each page. I want to use a hamburger menu icon to open a drawer that is available on each page. But when I try to select this option in action, it shows me an error that "There are no drawers on this page".
The workaround I discovered is that I create an icon and set it's action on the page and then move the icon to the header.
Is this the right way to do this?
TIA!