Rendering without js output #2116
Unanswered
julianoL
asked this question in
Help (React)
Replies: 1 comment
-
It s now, I forgot a redirect and I didn't know I could not see my JS code directly on ... :( mb |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Im developing on a LARAVEL project with Inertia + vite.
The problem is : I can't see anything about JS in my HTML when I use onClick event on .
onClick={() => sortChanged('id')}
Let me show u what I had:
import AuthenticatedLayout from '@/Layouts/AuthenticatedLayout'; import Pagination from "@/Components/Pagination.jsx"; import TextInput from "@/Components/TextInput.jsx"; import SelectInput from "@/Components/SelectInput.jsx"; import {Head, Link, router} from '@inertiajs/react';
AND
I want to sort this table by click on each but as u can see on output, I can't see JS.
I don't have any errors...
If someone gets an idea please
Beta Was this translation helpful? Give feedback.
All reactions