botpress / studio

The studio is the main interface you'll use to build and edit your chatbot.
https://botpress.com/docs/quickstart#conversation-studio
38 stars 38 forks source link

fix(studio): fix random error with lang switcher #253

Closed allardy closed 2 years ago

allardy commented 2 years ago

Fix a random error which happens sometimes with slower connections. Someone one call takes longer, and the lang switcher mounts, then unmounts, then remounts, but since it changed the value to null when unmounting, it crashed the studio.

Quick & dirty fix. Eventually we'll get rid of react-bootstrap once and for all

image