Cannot read property 'hot-editor' of undefined

Hello,

I have a HotTable in React with 15 HotColumns, each use the same Custom Renderer. When I try to add a sixteenth Hotcolumn with the same Renderer I get the error ‘Cannot read property ‘hot-editor’ of undefined’.
Is this error known and do you have any idea how to solve it?

Thanks in Advance :slight_smile:

Hi @florian.gottschlich

I’ve made a demo and tested it on Chrome 89 / Windows 10 https://codesandbox.io/s/declaring-column-settings-forked-znbkl it seems to work as expected. So I guess that there are some other settings in your project that might be causing this issue.

Hi @florian.gottschlich

do we have any updates here?