airyrooms / maleo.js

Un-opinionated Universal Rendering Javascript Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] Add hoist static on HOC like withRedux

alvinkl opened this issue · comments

Describe the bug
Add Hoist Statics for HoC component

To Reproduce
Steps to reproduce the behavior:

  1. Add getInitialProps on _wrap component that has withRedux as HoC
  2. Run Maleo
  3. Wrap's getInitialProps not called

Expected behavior
Wrap's getInitialProps should be called

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. Mac OSX High Sierra]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

Already fixed at airyrooms/maleo-plugins#7
on new airyrooms plugin repo

commented

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.