Open lcfd opened 3 years ago
Can you provide us with a minimal sample illustrating the issue?
@tsv2013 I've added the stack trace of the error.
There are 3 of them:
Cannot find template with ID choice-action
Cannot find template with ID action-separator
Cannot find template with ID action-separator
I can't quickly reproduce the error, I'm a little bit busy right now. We are using it in a normal create-react-app.
Hello @tsv2013
I've made a CS that you can use to reproduce the bug. Just quickly click on the two links alternately.
https://codesandbox.io/s/r9eug?file=/example.js
I hope this can help, let me know 👋🏼
Are you requesting a feature, reporting a bug or ask a question?
Reporting a possible bug
What is the current behavior?
When the user changes the route using react-router before survey-creatore is fully loaded it triggers this error:
Freezing the entire application.
What is the expected behavior?
Gracefully fail or manage the error.
How would you reproduce the current behavior (if this is a bug)?
Specify your