Our flexible Kanban board for managing tasks with drag drop


Post by jasonlunsford »

Dear Support,

I noticed TaskBoard 5.5.1 dropped so we installed it. However, when attempting to use the JSX component we built (while using the beta 5.5.1 version), I'm seeing this error:

Screen Shot 2023-08-16 at 11.24.36.png
Screen Shot 2023-08-16 at 11.24.36.png (242.07 KiB) Viewed 354 times

Here is how we configured TaskBoard configuration object to use the JSX component within TaskCards:

  bodyItems: {
    name: {
      type: 'jsx',
      jsx: ({ taskRecord }) => {
        return <Card record={taskRecord} />;
      },
    },
  },

Any ideas? Did the JSX compatibility make it into 5.5.1?

Thanks!


Post by marcio »

Hey Jason,

The JSX support is not available yet, here is the ticket for you to track updates viewtopic.php?f=56&t=25933&p=129139#p129139

Best regards,
Márcio


Post by jasonlunsford »

Hi Marcio,

I don't think that's the right link? It just redirects back to this thread.


Post by marcio »

Hey Jason,

Sorry, here's the link to the ticket https://github.com/bryntum/support/issues/4600

Best regards,
Márcio


Post Reply