1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-05 23:10:41 +03:00

Merge pull request #5162 from matrix-org/t3chguy/lodash

Consolidate Lodash files in bundle
This commit is contained in:
Michael Telatynski
2020-09-03 15:54:43 +01:00
committed by GitHub
13 changed files with 20 additions and 22 deletions

View File

@@ -27,7 +27,7 @@ import {PillCompletion} from './Components';
import * as sdk from '../index';
import {makeRoomPermalink} from "../utils/permalinks/Permalinks";
import {ICompletion, ISelectionRange} from "./Autocompleter";
import { uniqBy, sortBy } from 'lodash';
import {uniqBy, sortBy} from "lodash";
const ROOM_REGEX = /\B#\S*/g;