Rete library is giving this below error upon installing. Below is the error that I am getting.
(anonymous function)
node_modules/rete/build/rete.esm.js:413
410 | value: function () {
411 | var _build = _asyncToGenerator(
412 | /*#__PURE__*/
> 413 | regeneratorRuntime.mark(function _callee(node) {
414 | return regeneratorRuntime.wrap(function _callee$(_context) {
415 | while (1) {
416 | switch (_context.prev = _context.next) {
I found the solution. Here I have installed rete along with some other rete plugins as shown below.
Rete Library has some dependencies which could be solved by pasting the below line in the index.html file of your react js project.