react-form-builder
react-form-builder copied to clipboard
Solution: drag two-columns-row to two-columns-row (or one custom element as table) ?
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.
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.