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
Describe the bug
A clear and concise description of what the bug is.
Hi so I think that my state logic should be correct in removing the questions that have been asked however it appears as though the questions are not rerendered once the chat has been started?
See that I use a state for my questions and on the questions it has options which is a state and are updated then I update the question state.
Expected behavior
It should update the question with the new options but it doesn't work and I have tried to debug and step through the line and it appears as though the state updates but the chatbot does not rerender those new questions.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
A clear and concise description of what the bug is.
Hi so I think that my state logic should be correct in removing the questions that have been asked however it appears as though the questions are not rerendered once the chat has been started?
To Reproduce
Steps to reproduce the behavior:
https://replit.com/@jtagaca/GenuineMicroIteration#index.js
Expected behavior
It should update the question with the new options but it doesn't work and I have tried to debug and step through the line and it appears as though the state updates but the chatbot does not rerender those new questions.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: