react-form-builder icon indicating copy to clipboard operation
react-form-builder copied to clipboard

Solution: drag two-columns-row to two-columns-row (or one custom element as table) ?

Open trantrongbinh opened this issue 1 year ago • 1 comments

hi, thank you for this awesome repo. I want to drag two-columns-row to two-columns-row but got an error:

React.createElement: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.

can you help me with the solution? would like to thank.

trantrongbinh avatar Jul 12 '23 08:07 trantrongbinh

I don't think it is technically possible to make nested multicolumn row. maybe you can try css to make single component to have 2 rows.

Kiho avatar Jul 14 '23 03:07 Kiho