Commit Graph

22 Commits

Author SHA1 Message Date
mheiber
4a1cf39063 Fix class property in todomvc example
Fix error caused by missing semicolon in the class property declaration.

Relevant part of the ES proposal: https://github.com/jeffmo/es-class-fields-and-static-properties#145-class-definitions

Full error message:

> ERROR in ./components/Footer.js
Module build failed: SyntaxError: redux-devtools/examples/todomvc/components/Footer.js: A semicolon is required after a class property (18:3)
2016-01-17 22:11:21 -05:00
Dan Abramov
10319e16e3 Merge update to Babel 6 2015-12-27 00:31:56 +00:00
Dan Abramov
cd80dad9da Merge pull request #180 from colinmeinke/next
Update to Babel 6
2015-12-27 00:13:51 +00:00
Colin Meinke
3054bfac1b Export on same line as class definition 2015-12-14 17:23:19 -06:00
Colin Meinke
ac48eb35b3 Use es2015-loose and react babel presets 2015-12-14 17:18:34 -06:00
Dan Abramov
3d15db0bfd Resolve conflicts 2015-12-14 04:18:29 +00:00
Dan Abramov
e94eab68e3 Update to final 3.0 APIs 2015-12-14 01:58:27 +00:00
Colin Meinke
c66e352efe Update to Babel 6 2015-11-05 16:39:01 +01:00
Dan Abramov
878c5e493d 3.0.0-beta-3 2015-10-17 15:52:10 +03:00
Dan Abramov
f757de442f Fix examples 2015-10-17 04:11:16 +03:00
Daniel Bugl
bfbacefae7 prevent possible errors in example
I just ran into this issue and thought it might be react 0.14, then I realized I didn't `npm install` in the root directory 😁
2015-10-15 21:16:33 +02:00
Dan Abramov
6dba7875ba Update dependencies 2015-09-24 16:40:14 +03:00
Dan Abramov
92b5110cc0 Add visibleOnLoad to all examples 2015-09-03 16:14:21 +03:00
Dan Abramov
329b755a3a Update to Redux 2.0 2015-09-01 04:40:45 +03:00
Dan Abramov
919ae16aa0 Remove NoErrorsPlugin 2015-08-29 01:01:23 +03:00
Dan Abramov
31a3d64143 Update dependencies 2015-08-23 03:26:30 +03:00
Dan Abramov
52b5439986 Fix hot reloading DevTools UI 2015-08-13 01:05:32 +03:00
Dan Abramov
5a7442cf8c Port to React Redux 0.5.0 2015-08-07 19:49:40 +03:00
Patrick Burtchaell
94f9afe510 Update package.json URLs 2015-07-19 10:27:07 -05:00
Patrick Burtchaell
34c3023e23 Add README
Mostly to quiet the annoying npm warning.
2015-07-19 10:26:54 -05:00
Dan Abramov
72301fb741 Add monitor to TodoMVC 2015-07-15 00:25:02 +03:00
Dan Abramov
2c7c3232e3 Add project skeleton (no DevTools yet) 2015-07-14 22:46:44 +03:00