You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm tring to find a server datagrid to use with htmx and still looking.
when I try
deno task examples
Warning deno task is unstable and may drastically change in the future
Task examples export NO_SERVE=true && deno task denoRun ./examples/examples.tsx
Warning deno task is unstable and may drastically change in the future
Task denoRun deno run --allow-env --allow-net --allow-read --allow-run --allow-write --watch "./examples/examples.tsx"
Watcher Process started.
error: The module's source code could not be parsed: Expected ']', got 'string literal (], 'onClick'> & HTMXProps) {, "], 'onClick'> & HT)' at file:///D:/devel/htmx-medium/htmx-components/htmx/htmx.tsx:3:58
at file:///D:/devel/htmx-medium/htmx-components/core/component_methods.tsx:6:23
Watcher Process finished. Restarting on file change...
assuming development will continue could one use a react data grid component with htmx gets etc
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
I'm tring to find a server datagrid to use with htmx and still looking.
deno task examples
Thanks
The text was updated successfully, but these errors were encountered: