Martin Miranda

Results 4 comments of Martin Miranda

@shuowu I've been debugging this issue and it seems to be related to the file `packages/extension/src/ui/containers/App/styled.js` on the `transform` property: ```css export const StyledDrawer = styled.div` ... transition: transform 0.3s;...

I've created a PR fixing this issue: https://github.com/shuowu/yi-note/pull/113

I've created a PR fixing this issue: https://github.com/shuowu/yi-note/pull/113

@beauby I'm also getting `type => nil` from the deserializer process. I think the reason might be that the `jsonapi` parser calls `.with_indifferent_access`, so inside `deserializable_resource` you can access for...