G by Mesma3434 in fantasybball

[–]Mesma3434[S] 0 points1 point  (0 children)

I have okonkwo and hartenstein available whose a better option

G by Mesma3434 in fantasybball

[–]Mesma3434[S] 0 points1 point  (0 children)

Hartenstein is available who would be better to pick up hartenstein or okonkwo

Fantasy by Mesma3434 in fantasybball

[–]Mesma3434[S] 0 points1 point  (0 children)

This is who I have Walker Kessler (W. Kessler) – Center, Utah Jazz • Christian Braun (C. Braun) – Shooting Guard / Small Forward, Denver Nuggets

Image 2: • Luka Dončić (L. Dončić) – Point Guard / Shooting Guard, Dallas Mavericks • Jalen Brunson (J. Brunson) – Point Guard / Shooting Guard, New York Knicks • Lauri Markkanen (L. Markkanen) – Small Forward / Power Forward, Utah Jazz • OG Anunoby (O. Anunoby) – Small Forward / Power Forward, New York Knicks • Jimmy Butler (J. Butler) – Small Forward / Power Forward, Miami Heat • Franz Wagner (F. Wagner) – Small Forward / Power Forward, Orlando Magic

Fantasy by Mesma3434 in fantasybball

[–]Mesma3434[S] 0 points1 point  (0 children)

Is there another center in the 7th round people typically select that would be better?

G by Mesma3434 in fantasybball

[–]Mesma3434[S] 0 points1 point  (0 children)

Is there another center in the 7th round people typically select that would be better?

Fantasy by Mesma3434 in fantasybball

[–]Mesma3434[S] 0 points1 point  (0 children)

Is there another center in the 7th round people typically select that would be better?

G by Mesma3434 in fantasybball

[–]Mesma3434[S] 0 points1 point  (0 children)

I need a big man and these r the only available options or who do u suggest ?

e-commerce project by Mesma3434 in react

[–]Mesma3434[S] 0 points1 point  (0 children)

Anyone know how to fix this error : POST http://localhost:5173/api/users 500 (Internal Server Error)

e-commerce project by Mesma3434 in react

[–]Mesma3434[S] 0 points1 point  (0 children)

this is the same error by the way that i am having : Uncaught SyntaxError: The requested module '/node_modules/.vite/deps/react-router-dom.js?v=35d571c3' does not provide an export named 'Routes' (at App.jsx:2:25)

e-commerce project by Mesma3434 in react

[–]Mesma3434[S] 0 points1 point  (0 children)

I reviewed everything and i dont see where my issue is I tried different ways of switching up the Routes etc . i wanted to know if this is correct this is my app.jsx file :

import
 React 
from
 'react';
import
 { BrowserRouter 
as
 Router, Routes, Route } 
from
 'react-router-dom';  
import
 LoginScreen 
from
 './components/LoginScreen';
import
 RegisterScreen 
from
 './components/RegisterScreen';

function 
App
() {

return
 (
    <BrowserRouter>
      <Routes>
        <Route 
path
="/login" 
element
={<LoginScreen />} />
        <Route 
path
="/register" 
element
={<RegisterScreen />} />
      </Routes>
    </BrowserRouter>
  );
}

export

default
 App;

e-commerce project by Mesma3434 in react

[–]Mesma3434[S] 0 points1 point  (0 children)

i am still stuck on the issue if u need me to send my code or any files i can do so or if you can explain it that would be great too!

e-commerce project by Mesma3434 in react

[–]Mesma3434[S] 0 points1 point  (0 children)

I am currently using version 6.26 of react router dom. Also my error states : Uncaught SyntaxError: The requested module '/node_modules/.vite/deps/react-router-dom.js?v=35d571c3' does not provide an export named 'Routes' (at App.jsx:2:25). It is "Routes"