James Hill

Results 6 issues of James Hill

Hi, I'm creating an app that will sit on many different sites, in partiular on sub directories like: `www.website.com/something/goes/here` In React Router you can set a `basename` property on the...

- For better maintenance, we've now moved the `parseHtml` logic into the shared package - The HTML parser now outputs a generic data tree rather than VDom nodes - Converting...

This is a very strange one, and I've exhausted known possibilites, at least that I can think of. I have the following coverage config for jest: ```js // jest.config.js module.exports...

I've got everything setup according to your docs however whenever I attempt to shallow render a very simple class based component I get the following error: `Invariant Violation: ReactShallowRenderer render():...

Following [my previous package update PR](https://github.com/googleworkspace/hubot-google-hangouts-chat/pull/56), I've noticed the usage of `google-auth` has changed slightly, resulting in an invalid credentials error. This PR fixes that. It also seems like the...

javascript

Hi there, Last night my PR was merged, but I've noticed the build is failing (and has been for sometime), I believe this is preventing your automation from publishing updated...