Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 

59 строки
2.3 KiB

  1. <!doctype html><html lang="en"><head><meta charset="utf-8"/><title>Webpack App</title><meta name="viewport" content="width=device-width,initial-scale=1"/><style>html, body {
  2. overflow: hidden;
  3. height: 100%;
  4. width: 100%;
  5. margin: 0;
  6. padding: 0;
  7. }
  8. * {
  9. box-sizing: border-box;
  10. }</style><script>/* globals window */
  11. /* eslint-disable no-underscore-dangle */
  12. try {
  13. if (window.top !== window) {
  14. window.__REACT_DEVTOOLS_GLOBAL_HOOK__ = window.top.__REACT_DEVTOOLS_GLOBAL_HOOK__;
  15. }
  16. } catch (e) {
  17. // eslint-disable-next-line no-console
  18. console.warn('unable to connect to top frame for connecting dev tools');
  19. }
  20. window.onerror = function onerror(message, source, line, column, err) {
  21. if (window.CONFIG_TYPE !== 'DEVELOPMENT') return;
  22. // eslint-disable-next-line no-var, vars-on-top
  23. var xhr = new window.XMLHttpRequest();
  24. xhr.open('POST', '/runtime-error');
  25. xhr.setRequestHeader('Content-Type', 'application/json;charset=UTF-8');
  26. xhr.send(
  27. JSON.stringify({
  28. /* eslint-disable object-shorthand */
  29. message: message,
  30. source: source,
  31. line: line,
  32. column: column,
  33. error: err && { message: err.message, name: err.name, stack: err.stack },
  34. origin: 'manager',
  35. /* eslint-enable object-shorthand */
  36. })
  37. );
  38. };</script><style>#root[hidden],
  39. #docs-root[hidden] {
  40. display: none !important;
  41. }</style></head><body><div id="root"></div><div id="docs-root"></div><script>window['CONFIG_TYPE'] = "PRODUCTION";
  42. window['LOGLEVEL'] = "info";
  43. window['FEATURES'] = {"postcss":true,"emotionAlias":false,"warnOnLegacyHierarchySeparator":true,"buildStoriesJson":false,"storyStoreV7":false,"modernInlineRender":false,"breakingChangesV7":false,"interactionsDebugger":false,"babelModeV7":false,"argTypeTargetsV7":false,"previewMdx2":false};
  44. window['DOCS_MODE'] = false;</script><script src="runtime~main.7f6d7d4f37d915311673.manager.bundle.js"></script><script src="vendors~main.2afb5fe01af170a938e0.manager.bundle.js"></script><script src="main.2bd61579fddec93650a0.manager.bundle.js"></script></body></html>