Ilya Pukhalski
Ilya Pukhalski
Considering my findings and the issue opened here https://github.com/facebook/react-native/issues/1731, please, make sure you're reusing routes with jump\* methods instead of pushing/popping them. https://twitter.com/pukhalski/status/648107213253398528
- *Setup*: webpack, preact, babel - *Version*: 3.1.0 ``` Uncaught TypeError: Cannot assign to read only property 'target' of object '#' at HTMLDocument.encasedCallback (shoestring-dev.js:1979) at HTMLDocument.domEventCallback (shoestring-dev.js:2013) ```
Rationale: use stripe methods that are not proxied / facaded by Swell (e.g `elements` to specify custom font face for credit card inputs).
- CSV export - Shipping status for non-shippable items - Customer name col added
It'd be neat to have an ability to put an order for a particular user or anonymous one right from Gocommerce Admin UI.
Now it's not possible to search by customer email but not name or address.
I have the next scenario: login screen and one more screen after it. Obviously, I don't want a user to be able to go back to login page after successfully...
Hey team, just a quick one. I need to get the current route from the `renderNavigationBar` method. I cannot find it within the props. Any chance it could be done?...