Skip to content

Conversation

prashaantt
Copy link
Contributor

@prashaantt prashaantt commented Jun 17, 2016

Having a static method (e.g. fetchData) to fetch just the data required to render a component on the server is a standard practice for universal apps.

renderProps: Object as currently declared doesn't allow the static method, because Object doesn't have it on its own prototype. Declaring it as any will fix this problem.

@vslinko
Copy link
Collaborator

vslinko commented Jun 20, 2016

Please resolve conflicts and update your PR.

@prashaantt
Copy link
Contributor Author

Dang, I merged and resolved, but then tried to be good and squashed — and the conflict is back. You know of a way to fix it now other than submitting a fresh PR?

@vslinko
Copy link
Collaborator

vslinko commented Jun 24, 2016

I think submitting a new PR should be much easier than fixing this PR.

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

Successfully merging this pull request may close these issues.

2 participants