Closed sum32 closed 6 years ago
I'm having the same issue on Node 7.10.0
Can you share output from npm ls
?
Nevermind, this failure is confirmed by Travis: https://travis-ci.org/GriddleGriddle/Griddle/jobs/308447676. The issue seems like it might be @types/react-redux@5.0.14
? The original build for https://github.com/GriddleGriddle/Griddle/pull/768 was green.
¯\_(ツ)_/¯
Confirmed build was broken by https://github.com/DefinitelyTyped/DefinitelyTyped/pull/21400, submitting a fix now.
Thank you a ton! I saw this broke but couldn't make sense of it just yet.
Griddle version
source 2017-12-17, 1e6346a Merge pull request #771 from dahlbyk/gh672
Expected Behavior
Story book should work
Actual Behavior
ERROR in ./stories/index.tsx (923,31): error TS2339: Property 'searchString' does not exist on type '{}'.
ERROR in ./stories/index.tsx (947,22): error TS2339: Property 'searchString' does not exist on type '{}'.
ERROR in ./stories/index.tsx (947,43): error TS2339: Property 'data' does not exist on type '{}'.
ERROR in ./stories/index.tsx (948,17): error TS2339: Property 'data' does not exist on type '{}'.
ERROR in ./stories/index.tsx (949,76): error TS2339: Property 'searchString' does not exist on type '{}'.
Steps to reproduce
git clone https://github.com/GriddleGriddle/Griddle.git && cd Griddle && npm install && npm run storybook
I use node v8.9.3Are there any additional requirements to run from source?