Open marciogurka opened 1 month ago
Forum post
"I'm seeing "flushSync was called from inside a lifecycle method" warnings whenever I use a custom column "renderer".
I see it in the basic react example when I run it locally."
{ field : 'team', text : 'Team<div class="small-text">(inline JSX)</div>', htmlEncodeHeaderText : false, flex : 1, // Using simple inline JSX renderer : ({ value }) => <b>{StringHelper.encodeHtml(value)}</b> }
Another report: https://forum.bryntum.com/viewtopic.php?p=155588#p155588
Forum post
"I'm seeing "flushSync was called from inside a lifecycle method" warnings whenever I use a custom column "renderer".
I see it in the basic react example when I run it locally."