remix-workflows icon indicating copy to clipboard operation
remix-workflows copied to clipboard

Workflow Builder with Remix.run, React Flow, Prisma, and Tailwind CSS.

Results 2 remix-workflows issues
Sort by recently updated
recently updated
newest added

Unexpected Server Error TypeError: (0 , import_isbot.default) is not a function

When running the project, there is an error in `entry.server.tsx`. The dependency `isbot` has moved from a default export to a named export. Changed the signature to reflect this change....