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

Can render more eagerly in certain situations than does at the moment. #153

Closed
2 tasks done
frederickfogerty opened this issue Jul 1, 2018 · 1 comment
Closed
2 tasks done

Comments

@frederickfogerty
Copy link
Contributor

frederickfogerty commented Jul 1, 2018

Before you submit:

Is your feature request related to a problem? Please describe.
At the moment, if the component is used in any of the following ways:

  • width and height set
  • fluid={false}

the component still takes two render passes to fully render, when it can be completed in one.

Describe the solution you'd like
Check whether either of the following are true and eagerly render if true:

  • width != null && height != null
  • fluid === false
@imgix imgix locked and limited conversation to collaborators Jul 2, 2018
@imgix imgix unlocked this conversation Jul 2, 2018
@frederickfogerty
Copy link
Contributor Author

This will be fixed in the next major version, v8.

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

No branches or pull requests

1 participant