-
-
Notifications
You must be signed in to change notification settings - Fork 580
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kitchen Sink: Build A Quiz App #636
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
Please run |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you maybe try using the <For/>
component to replace the map you have? @deeola?
https://million.dev/docs/for
it try to do that but it with radio select it is not working properly so done with |
@aidenybai done cleanup ! |
Hmm, can you send a screen recording of this behaviour and your code so we can document it? Then you can revert back to map |
code - <For each={questions[currentQuestion].options}>
{(option, index) => (
<OptionLabel key={index}>
<OptionInput
type="radio"
value={option}
checked={selectedOption === option}
onChange={handleOptionChange}
/>
{option}
</OptionLabel>
)}
</For> million_for.mp4 |
|
Hey there @arunavabasu-03! This is what I have here: Screen.Recording.2023-10-03.at.18.02.51.mov |
@tobySolutions I think it is because of your dark mode. Can you disable and check? |
Hey there @arunavabasu-03, how are you?? The below should fix your issues, check it out and make your fixes. Thanks! Screen.Recording.2023-10-04.at.22.52.36.mov |
Hey there @arunavabasu-03, we already have a quiz app on the sink, but, let's review your PR and get it merged shall we? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
I think we still have the same issue. I'm gonna merge this for future reference by the way. I think this might be an issue with styled components. |
I'll be closing this for now. I'll need @aidenybai and the rest of the team to look into this though |
Please describe the changes this PR makes and why it should be merged:
This PR aims to demonstrate a quiz app example using million .
Status
Closes : #607
Semantic versioning classification: