'keyOptions.keyboard' is possibly 'undefined'.
carljoseph opened this issue · 2 comments
carljoseph commented
Trying to set up a basic new plugin by following the instructions. When I do a npm run build
, I get the following error:
'keyOptions.keyboard' is possibly 'undefined'.
Any ideas? Am not too familiar with JS/TS development.
northword commented
it's a bug caused by upstream package updated, do this to fix it, then build again.
carljoseph commented
Perfect. Thank-you.