You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by stevej2608 December 19, 2023
I'm developing a custom JS component. When I test the component it works fine on Linux but when I test on Windows I get UnicodeDecodeError: 'charmap' codec can't decode byte'.., It happens when the bundle is being loaded.
The problem is that fixed by adding utf-8 encoding to loader.
Discussed in #1173
Originally posted by stevej2608 December 19, 2023
I'm developing a custom JS component. When I test the component it works fine on Linux but when I test on Windows I get UnicodeDecodeError: 'charmap' codec can't decode byte'.., It happens when the bundle is being loaded.
The problem is that fixed by adding utf-8 encoding to loader.
./reactpy/web/utils.py#L31
The text was updated successfully, but these errors were encountered: