You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ var MyComponent = React.createClass({
22
22
mixins: [ReactMeteor.Mixin],
23
23
24
24
// Make sure your component implements this method.
25
-
getMeteorState() {
25
+
getMeteorState() {
26
26
return {
27
27
foo:Session.get("foo"),
28
28
...
@@ -42,4 +42,4 @@ meteor
42
42
43
43
## Credits
44
44
45
-
The source code is based on [reactjs/react-meteor](https://github.com/reactjs/react-meteor). It has been updated to the latest Meteor and React version with enabled ES6 transforms for JSX files (--harmony).
45
+
The source code is based on [reactjs/react-meteor](https://github.com/reactjs/react-meteor). It has been updated to the latest Meteor and React version with enabled ES6 transforms for JSX files (--harmony).
0 commit comments