Orjan De Smet
Orjan De Smet
This hasn't been fixed yet in 6.3.4. I think the reason is that `updateArgs` triggers a re-render of the args table, which is in the same container as the story,...
It's not only Safari. I'm experiencing the same issue with Cypress.io. The problem seems to arise at random with tests sometimes able to fill in the full text, and sometimes...
It appears to be fixed when the option `guide` is set to `false`
> It was caused by my `PROMPT`. I changed `$fg[cyan]` to `%{$fg[cyan]%}` and the issue stopped. I had `%{$fg[cyan]%1~%{$reset_color%}`, which presented correctly, but missed the closing `%}` for the fg-color....
Hi @fnuMMS I see you're using angular-devkit versions 0.1100.2. Are you using Angular10 or Angular11? For Angular11, there were some changes in angular-devkit. v2.0.0 of this library should work with...
@ShadowQueen It is indeed reproducible with that setup. Strangely it only occurs on prod builds. I'm investigating this as we speak
I've created a new release (v1.2.2) which should fix this issue.