I'm trying to test Fluid Framework in a React app and in an Angular app. In both, I have the same error few seconds after app launch :
private handler() {
> 151 | assert(this.runningState, "Running timer missing handler");
| ^ 152 | const restart = this.runningState.restart;
153 | if (restart !== undefined) {
154 | // Restart with remaining time
Seems to be a connexion error with tinylidious server (socket) but I don't understand where is my mistake. Using 0.27 version.
Thank's for any ideas ;-)