Button - onClick raises exception "Uncaught TypeError: origHandler is undefined" in Firefox
This:
<Button type="submit" onClick={onSubmit} kind="danger" />
Raises an exception:
Uncaught TypeError: origHandler is undefined
This:
<Button type="submit" onClick={onSubmit} kind="danger" />
Raises an exception:
Uncaught TypeError: origHandler is undefined