Anton Zhuravlev

Results 3 comments of Anton Zhuravlev

Also interested with usage with tables. For now it wraps the list in two divs, plus div for every row which is not appropriate when using with tables. Is there...

Looks like you need to add `suppressContentEditableWarning={true}` directly to "native" HTML component, i.e. to ``, `` etc. Apparently, React does not "forward" that as a prop.

@cr2007 have you tried `bunx ...` instead of `bun x ...` ? I've never heard of `bun x` ...