Believe037
Believe037
SSolidJS
Created by Believe037 on 1/12/2025 in #support
@solidjs/router not working
Thank you @foolswisdom you are wise
23 replies
SSolidJS
Created by Believe037 on 1/12/2025 in #support
@solidjs/router not working
its working like magic
23 replies
SSolidJS
Created by Believe037 on 1/12/2025 in #support
@solidjs/router not working
Wow wow, you just saved me from a struggle of 3 days...
23 replies
SSolidJS
Created by Believe037 on 1/12/2025 in #support
@solidjs/router not working
import { Component } from 'solid-js'; const Home: Component = () => { return ( <div> <h2>Home</h2> </div> ) } export default Home;
23 replies
SSolidJS
Created by Believe037 on 1/12/2025 in #support
@solidjs/router not working
import { render } from 'solid-js/web'; import { Router } from '@solidjs/router'; import App from './App'; import 'bootstrap/dist/css/bootstrap.min.css'; const root = document.getElementById('root'); if (import.meta.env.DEV && !(root instanceof HTMLElement)) { throw new Error( 'Root element not found. Did you forget to add it to your index.html? Or maybe the id attribute got misspelled?', ); } render(() => <Router><App /></Router>, root!);
23 replies
SSolidJS
Created by Believe037 on 1/12/2025 in #support
@solidjs/router not working
but where can i can open a ticket. i'm new here
23 replies
SSolidJS
Created by Believe037 on 1/12/2025 in #support
@solidjs/router not working
No description
23 replies
SSolidJS
Created by Believe037 on 1/12/2025 in #support
@solidjs/router not working
Plus nothing displays
23 replies
SSolidJS
Created by Believe037 on 1/12/2025 in #support
@solidjs/router not working
No description
23 replies
SSolidJS
Created by Believe037 on 1/12/2025 in #support
@solidjs/router not working
No description
23 replies
SSolidJS
Created by Believe037 on 1/12/2025 in #support
@solidjs/router not working
thank you so much. but i seem to have a problem using the package in my code..
23 replies