Closed grantbi closed 7 years ago
Your edit is ok. I'm wondering is not CRA support class fields out of box? By docs it should: https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#supported-language-features-and-polyfills
Was receiving this error prior to updating the source:
Moving the declaration below into the constructor fixes this and tests pass. Correct me if I made any mistakes in relocating the placement of this parameter.
Thanks