Code examples
function MenuBar() {
if (!store) {
throw new Error("MenuBar must be wrapped in MenuBarProvider");
}
// Use the store...
}
Follow updates
Join 1,000+ subscribers and receive monthly updates with the latest improvements on API Reference.