kaiju icon indicating copy to clipboard operation
kaiju copied to clipboard

Cannot read property 'key' of null

Open StephenEsser opened this issue 6 years ago • 0 comments

Issue Description

A request for the key property is being made on a null object.

Error

Cannot read property 'key' of null

Here are a few places the issue could be happening:

  • https://github.com/cerner/kaiju/blob/master/rails/client/app/bundles/kaiju/components/Component/utilities/dispatcher.js
  • https://github.com/cerner/kaiju/blob/master/rails/client/app/bundles/kaiju/components/Component/utilities/TreeParser.js

Issue Type

  • [ ] New Feature
  • [ ] Enhancement
  • [X] Bug
  • [ ] Other

Expected Behavior

A property request should not be made on a null object.

Current Behavior

A call to request a key property is being made on a null object.

Steps to Reproduce

N/A

StephenEsser avatar Feb 18 '19 14:02 StephenEsser