Alex Leitch
Alex Leitch
The test for this looks like this: ``` it('should update existing metadata', function(done){ api.put('/api/participant/'+part2._id) .set('x-access-token', apiToken2) .send({ metadata : [{ key : 'Phone', value : '212-679-4251', group : 'Dental' },...
Following along with the examples, using `Collapse` triggers this error in my build: ``` Invariant Violation: Element type is invalid: expected a string (for built-in components) or a class/function (for...