cpunion/react-actioncable-provider

Components show as <Unknown ... /> in React DevTools

mgoggin opened this issue · 0 comments

ActionCableProvider and ActionCable components show as <Unknown /> in React DevTools which can make debugging difficult.

Since the components are defined in ES5 and not JSX, their displayName property must be set explicitly.

Solved with PR #3