Maksim Kuzmin

Results 3 issues of Maksim Kuzmin

![image](https://user-images.githubusercontent.com/24495585/114278419-782d1a80-9a38-11eb-9dfb-797a4281e2dd.png) Windows 10, Python 3.9. It happens when doing as you said: ![image](https://user-images.githubusercontent.com/24495585/114278465-a3b00500-9a38-11eb-950a-362adbaf3773.png)

I'm not sure if it belongs to `crosstalk` or this, but I believe I've chosen the proper repository. Take two code snippets: ``` library(crosstalk) cars

To reproduce, set the default locale (e.g. `de`). For example, in the playground (`app/page.tsx`) replace this line: ```js - const [i18n, setI18n] = useState("en"); + const [i18n, setI18n] = useState("de");...