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
Hi author, i use meteor 1.4 with flowrouter ssr, webpack and babel with es7 features.
i tried to import TrackerReact, {TrackerReactMixin} from 'meteor/ultimatejs:tracker-react';
and use with:
@TrackerReactMixin
export default class Menu extends React.Component {
...
}
but error: TypeError: (0 , _ultimatejsTrackerReact.TrackerReactMixin) is not a function
The text was updated successfully, but these errors were encountered:
Hi author, i use meteor 1.4 with flowrouter ssr, webpack and babel with es7 features.
i tried to
import TrackerReact, {TrackerReactMixin} from 'meteor/ultimatejs:tracker-react';
and use with:
but error:
TypeError: (0 , _ultimatejsTrackerReact.TrackerReactMixin) is not a function
The text was updated successfully, but these errors were encountered: