@selfcommunity/react-ui 0.8.0-live.51 → 0.8.0-live.52

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -71,7 +71,7 @@ function LiveStreamRoom(inProps) {
71
71
  const intl = (0, react_intl_1.useIntl)();
72
72
  // STATE
73
73
  const [preJoinChoices, setPreJoinChoices] = (0, react_1.useState)(presetPreJoinChoices);
74
- const [loading, setLoading] = (0, react_1.useState)(true);
74
+ const [loading, setLoading] = (0, react_1.useState)(false);
75
75
  const preJoinDefaults = (0, react_1.useMemo)(() => {
76
76
  var _a;
77
77
  return {
@@ -69,7 +69,7 @@ export default function LiveStreamRoom(inProps) {
69
69
  const intl = useIntl();
70
70
  // STATE
71
71
  const [preJoinChoices, setPreJoinChoices] = useState(presetPreJoinChoices);
72
- const [loading, setLoading] = useState(true);
72
+ const [loading, setLoading] = useState(false);
73
73
  const preJoinDefaults = useMemo(() => {
74
74
  var _a;
75
75
  return {