Kaitlin Jaffe

Results 2 comments of Kaitlin Jaffe

I also have used `React.FC` in this case and it works ```tsx export const Button: React.FunctionComponent = (props) => {...} ```

@markusiseli not sure if this is the fix, but you may need to explicitly allow methods for these related models in the user ACL (user.json). See https://docs.strongloop.com/display/public/LB/Accessing+related+models#Accessingrelatedmodels-Restrictingaccesstorelatedmodels example: ``` "acls":...