Just started with Shopify App Development and I find myself being stuck trying to do simple tasks with the Polaris Web Components I don’t know what I’m missing but the documentation didn’t helped me with it, passed here to see If somebody knows how to do these seamless easy tasks that I can’t find myself an answer to resolve
-
I’m trying to give interactivity to a form with useState but when trying to access on the onClick method of the s-select the Event object doesn’t give me any value it returns me isTrusted: false and that’s it
-
I have Puzzles page where you can see a table with all the puzzles and I have the Create new puzzle button that is meant to redirect you to a new page where you can fill the form to create a new puzzle, the problem comes when defining the route I named the file app.puzzle.create.tsx following the conventions (I don’t know if its correct) but when trying to access it it ends up showing me the app.puzzle page, I couldn’t find a way to do this either
I don’t know if the documentation is bad maybe I’m the one missing something but in any case it feels a little bit troublesome to try to implement something that should be easy to do and end up not finding ways around it. Thank you in advance to anyone that reaches out and help