79640169

Date: 2025-05-27 09:26:49
Score: 0.5
Natty:
Report link

Hi use this it should resolve your error.

@rx.event
def confirm(self):
    self.did_confirm = True
    import json
    with open("x.json", mode='w') as h:
        h.write(json.dumps({
            "word1": StateA.value.get_value(),
            "word2": StateB.value.get_value(),
        }))
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: mani