Christopher Cliff

Results 5 comments of Christopher Cliff

``` js var MyComponent = React.createClass() var MyConnectedComponent = connectoToStores(MyComponent) var myConnectedComponent = TestUtils.renderIntoDocument(React.createElement(MyConnectedComponent)) ``` Given the above, is it possible to access, for example, `refs` on the `myComponent` instance....

I tested this and couldn't recreate. This runs without errors: ``` $ node --version && npm --version v8.9.0 5.5.1 $ mkdir flatmarket-test && cd flatmarket-test $ npm init --yes $...

You're using a `pk_test_*` key in your example so you should be able to view charges at https://dashboard.stripe.com/test/payments/overview.

It looks like a problem with your CORS origin config, see comment https://github.com/christophercliff/flatmarket-server-heroku/issues/1#issuecomment-137108161

Are you accepting PRs for this? Is there an appropriate location for it?