Skip to content

Instantly share code, notes, and snippets.

@Juraj-Sulimanovic
Created April 5, 2024 10:35
Show Gist options
  • Save Juraj-Sulimanovic/101cea5db2036ea11e7e7bcc9bc20eee to your computer and use it in GitHub Desktop.
Save Juraj-Sulimanovic/101cea5db2036ea11e7e7bcc9bc20eee to your computer and use it in GitHub Desktop.
setMessageState((state) => ({
...state,
messages: [
...state.messages,
{
type: 'userMessage',
message: question,
},
],
}));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment