David Thompson

Results 6 issues of David Thompson

I'm not sure if this counts a bug, but thought I should report as I didn't see any mention of it in the issues. I'm running the following test on...

Using the basic example in the README, it looks like the useRoutes method identifies the root (or perhaps the first) route of the identified routes, and sets that as the...

Hi. I'm using the `setBasePath` method to notify hookrouter that I'm using a non-root base path. I'm using create-react-app and hookrouter. Trying start in dev and and execute my build...

Just opened a new create-react-app and ran ```npm install typeface-monserrat```. I added ```require('typeface-monserrat')``` to ```index.js```. I get the following error: ```bash Module not found: Can't resolve 'typeface-monserrat' in '/home/myUserName/Documents/myApp/src' ```...

**Describe the bug** Text is confusing **To Reproduce** 1. Go to [https://docs.trefle.io/docs/guides/reporting-errors](https://docs.trefle.io/docs/guides/reporting-errors) 2. At bottom of page, look at text under "Testing" 3. Read it. The second sentence reads "They...

bug
doc

My code consists of ES Modules, and I use `"type": "module"` in `package.json` to make that clear. I do have a few config files (jest, eslint, and prettier) and a...