Chris Wales

Results 27 comments of Chris Wales

@TheHandsomeCoder yeah that would be great. working on cleaning up the docs for 3.x so that would be awesome if you see any other mistakes. That is a good question...

@oscar-b I don't think Map is necessary for keeping track of listeners and refs. Could use a different approach. The WeakMap is used because React does not have a unique...

@oscar-b does the error reporting tell you what specifically its blowing up on? Is it `Symbol`?

@oscar-b Yes sorry that is what I was asking. Could add `es6-map` and `es6-weak-map` ponyfills as dependencies. They do not mess with the global scope.

@odigity The current webpack configuration does not expose `Rebase` as a global variable so it wouldn't work in a script tag. It could be changed though to allow for this....

@odigity sorry for the delay responding to this. It is possible to expose Rebase as a global variable. Can you try this [branch](https://github.com/qwales1/re-base/tree/multiple-build-targets) and see if you run into any...

@ChubbRck you could add the key you want in the endpoint ex. `/users/` and then `post` or `update` depending on your needs.

@TheHandsomeCoder thanks! going to go through this today.

@TheHandsomeCoder Would adding this work? [https://www.npmjs.com/package/typescript-definition-tester](https://www.npmjs.com/package/typescript-definition-tester ) Ideally I was hoping for something like this that could re-run anytime the code changes like the other tests.