Created
July 3, 2018 04:38
-
-
Save objectfoo/38da16dadc4275ad2d4472266bdd62cc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| name: Interests | |
| description: interests root component | |
| --- | |
| available: [] | |
| props: null | |
| state: | |
| subscribed: [] | |
| error: null | |
| methods: | |
| updateStreams: "set error or subscribed streams" | |
| --- | |
| name: InterestsView | |
| --- | |
| props: null | |
| state: null | |
| methods: null | |
| --- | |
| name: FormikForm | |
| --- | |
| mapPropsToState: | |
| selected: streamIds[] | |
| status: | |
| --- | |
| name: EditStreamDialog | |
| --- | |
| props: | |
| available: [streamId] | |
| updateStreams: (newStreams | Error) | |
| state: null | |
| methods: null |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment