electron-redux icon indicating copy to clipboard operation
electron-redux copied to clipboard

Unhandled error fix causing app crash on load

Open kyjak opened this issue 3 years ago • 2 comments

Accessing webcontents in case it does not exists crashes the app with unhandled exception and users of this library have a hard time to figure why. The fix is, in case webcontent is not defined, continue with next reducer and skip forward to ui, since there is no ui yet.

kyjak avatar Apr 27 '21 15:04 kyjak

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Apr 27 '21 15:04 CLAassistant

How do I run the ci/circleci build? Or is it automatic?

kyjak avatar May 05 '21 10:05 kyjak