rsnext/examples/with-lingui/components
Matthew Webb 9ccbb1f5bf Correctly pass props down in with-lingui example HOC (#7445)
* correctly pass props down in Lingui example HOC

The WithLang HOC provided as part of the with-lingui example does not pass props down to the wrapped component.
This means that the result of getInitialProps is not passed to the page component.
This commit passes all props which aren't specific to the HOC implementation down to the wrapped component.

* remove semicolon to satisfy lint rules
2019-05-29 10:43:47 +02:00
..
LangSwitcher.js form handler example: Update deps and fix build from dep update (#6732) 2019-03-27 16:12:45 -04:00
withLang.js Correctly pass props down in with-lingui example HOC (#7445) 2019-05-29 10:43:47 +02:00