Skip to content
This repository has been archived by the owner on May 19, 2020. It is now read-only.

User invite error handling #1105

Merged
merged 16 commits into from
May 30, 2017
1 change: 0 additions & 1 deletion static_src/components/users_invite.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import React from 'react';

import Action from './action.jsx';
import ErrorMessage from './error_message.jsx';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is there a way to lint for unused dependencies?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good question.

This looks like it does it: https://github.com/depcheck/depcheck

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

when does it get called? i didn't see an error for it in the build before it was fixed.

import FormStore from '../stores/form_store';
import { Form, FormText } from './form';
import PanelDocumentation from './panel_documentation.jsx';
Expand Down