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

Nothing is showing on the page with compose #13

Closed
habuka036 opened this issue May 31, 2018 · 1 comment
Closed

Nothing is showing on the page with compose #13

habuka036 opened this issue May 31, 2018 · 1 comment

Comments

@habuka036
Copy link

Hi

ketchup v0.3.0 not rendering correctly in compose page as following:

image

The HTML source at this time as follows:

<!DOCTYPE html>
<html lang="en">

<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <title>Ketchup</title>
  <link rel="icon" type="image/png" href="/admin/images/k_32.png">
  <script src="/admin/js/vendor.js"></script>
  <script src="/admin/js/app.js"></script>

  <link href="https://cdnjs.cloudflare.com/ajax/libs/typicons/2.0.8/typicons.min.css" rel="stylesheet" media="none" onload="if(media!='all')media='all'" />
  <link rel="stylesheet" href="/admin/vendor/quill.snow.css" />
  <link rel="stylesheet" href="/admin/vendor/codemirror.css" />
  <link rel="stylesheet" href="/admin/vendor/elegant.css" />
  <link rel="stylesheet" href="/admin/css/app.css" />
</head>

<body>
  <div id="react-root"></div>
</body>

</html>

Could you please confirm this?

Thank you.

@octavore
Copy link
Member

octavore commented Jun 3, 2018

Thanks! This is now fixed on master (and will be in v0.3.1 to be released soon), there was an ordering bug with triggering the new page in the backing store before subscribing to the store events. This caused the page to not perform the initial render.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants