We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
В примере https://github.com/sberdevices/assistant-client/blob/main/examples/todo-canvas-app/src/App.tsx#L62 не меняет style={{ textDecorationLine: note.completed ? "line-through" : "none", }} В инпуте поменял на onChange={() => dispatch({ type: "done_note", id: note.id })} и заработало
style={{ textDecorationLine: note.completed ? "line-through" : "none", }}
onChange={() => dispatch({ type: "done_note", id: note.id })}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
В примере https://github.com/sberdevices/assistant-client/blob/main/examples/todo-canvas-app/src/App.tsx#L62 не меняет
style={{ textDecorationLine: note.completed ? "line-through" : "none", }}
В инпуте поменял на
onChange={() => dispatch({ type: "done_note", id: note.id })}
и заработало
The text was updated successfully, but these errors were encountered: