You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The name prop being passed to all the <RedLed /> is not getting added into the source_component. All of them are having the same name in the circuit json.
In place of LED it should have been led1
The text was updated successfully, but these errors were encountered:
### Steps to solve: 1. Start working: Comment /attempt #353 with your implementation plan 2. Submit work: Create a pull request including /claim #353 in the PR body to claim the bounty 3. Receive payment: 100% of the bounty is received 2-5 days post-reward. Make sure you are eligible for payouts
In this snippet - https://tscircuit.com/editor?snippet_id=6d278271-c6d9-4a5f-889e-905477176178
The name prop being passed to all the
<RedLed />
is not getting added into the source_component. All of them are having the same name in the circuit json.In place of LED it should have been
led1
The text was updated successfully, but these errors were encountered: