Eric Ettensohn

Results 2 comments of Eric Ettensohn

I'm having trouble with using the reducer's types to handle an individual document lookup stored with storeAs. Example schema: ``` interface Schema { myDoc: MyDoc; } interface MyDoc { name:...

I'm getting this error as well. Component: ```jsx import * as React from 'react'; import Popover from 'react-popover' class ReportTile extends React.Component { constructor(props) { super(props); this.state = { isOpen:...