storybook-eol/react-treebeard

Issue with Chrome Version 74.0.3729.108 (64 bit)

matteoPhre opened this issue · 4 comments

Hi, i've updated Chrome to new version and now this error appears:
Uncaught TypeError: Failed to set an indexed property on 'CSSStyleDeclaration': Index property setter is not supported.

My component is like:
<Treebeard data={data} onToggle={this.onToggle} style={Style} />
and Style is defined as docs.

Any suggestions? Thanks in advance

Hi @matteoPhre i'll plublish new treebeard version today with the fix

Great! I await release then, thank you!

Now it works again! Thank you! :)