On latest beta version 2.0.0-beta.7, MacosAlertDialog allows only PushButton class for action buttons, which is understandable. But as im using mobx in my application which depends on a widget to re-render parts of the application. As an example right now i cannot use Observer widget to only re-render button instead i have to re-render all of the MacosAlertDialog widget, or writing a proxy class to do same thing. Which you already now the first choice is not so performant.
On latest beta version
2.0.0-beta.7
,MacosAlertDialog
allows onlyPushButton
class for action buttons, which is understandable. But as im using mobx in my application which depends on a widget to re-render parts of the application. As an example right now i cannot useObserver
widget to only re-render button instead i have to re-render all of theMacosAlertDialog
widget, or writing a proxy class to do same thing. Which you already now the first choice is not so performant.