Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GlobalLoader не работает #3568

Open
ayubondarenko opened this issue Dec 20, 2024 · 0 comments
Open

GlobalLoader не работает #3568

ayubondarenko opened this issue Dec 20, 2024 · 0 comments
Labels

Comments

@ayubondarenko
Copy link

ayubondarenko commented Dec 20, 2024

Ошибка
Пытаюсь использовать GlobalLoader

 <div>zzzzzzzzzzzzzzzzzzzzzzz
      <GlobalLoader active={true}/>
  </div>

На выходе реакт не выводит в барузере элемент GlobalLoader
получаю <div>zzzzzzzzzzzzzzzzzzzzzzz</div>

Чтобы воспроизвести

import React,from "react";
import {GlobalLoader} from '@skbkontur/react-ui';

export const MyElement = () => {
  return (
    <>
      <div>
        <span> Здесь должен быть GlobalLoader </span>
        <GlobalLoader active={true}/>
      </div>
    </>
  )
}

Ожидаемое поведение
GlobalLoader работает согласно документации https://tech.skbkontur.ru/react-ui/#/Components/GlobalLoader

Фактическое поведение
GlobalLoader не рендередся в браузере.
Результат вывода MyElement такой:
<div><span> Здесь должен быть GlobalLoader </span></div>

Версия библиотеки и других пакетов:
"@skbkontur/react-ui": "^5.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",

Параметры компьютера:

  • ОС: ubunru 20
  • Браузер хром
  • Версия 131.0.6778.85 (Official Build) (64-bit)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant