Maksim Kuzmin
Maksim Kuzmin
 Windows 10, Python 3.9. It happens when doing as you said: 
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");...