Closed crapthings closed 6 years ago
i can't copy the whole code, but this can test failed
import { HTTP } from 'meteor/http'; import lodash from 'lodash'; import Collections from '../../lib/collections'; import ActivityTable from '../../lib/activity_table'; import { GroupTypes } from '../../lib/statics'; import CloudStorage from '../cloud_storage'; import { checkMyPermission } from './permissions'; import { checkGroupMembership } from '../methods/membership'; import utils from '../utils'; import {register} from './users'; import {attachDocumentUrl} from '../../imports/api/service/store.js'; const reportServer = process.env.CUBE_REPORT_SERVICE; // eslint-disable-next-line const {Users, Groups, Issues, Activities, GroupMembers, Tags, Documents, IssueMembers} = Collections; const { Meteor, Match, check, _, Accounts } = global; const { yieldActivity } = utils;
I disabled eslint highlighting which should fix this issue until a better implementation is added. https://github.com/borela/naomi/releases/tag/v3.7.1
@borela I am encountering this on 4.3.0 in JSX.
i can't copy the whole code, but this can test failed