Jordan Davis

Results 10 comments of Jordan Davis

@vqdave just to confirm you have jQuery selected? ![screen shot 2017-10-19 at 11 55 21 pm](https://user-images.githubusercontent.com/21320194/31808652-fde4d0a8-b528-11e7-81ee-91992c13e2e1.png)

Working fine for me: ![atom-ternjs](https://user-images.githubusercontent.com/21320194/31832195-fc0037b2-b57a-11e7-84e3-8906d904cf8b.gif) Post a `.gif` re-creating the issue so we can narrow it down for you. Here is a good screen recording app [GIPHY](https://itunes.apple.com/us/app/giphy-capture-the-gif-maker/id668208984?mt=12) that formats to...

@vqdave kk your `conf` file looks good, and your right I was able to duplicate this bug, if I close out all files so only `.php` not `.html` or `.js`...

@vqdave Checkout #299 basically the server won't run unless there is a `.js` file open... until this bug is fixed I would just open a blank `.js` file. Good find...

@RuellePaul did you ever find a solution for this? running into the same problem.

Yep welp... hasn't been updated to work with React 18... You can see the `peerDependency` in the `package.json` ```json "peerDependencies": { "react": ">=16.8.4", "prop-types": ">=15.5.8", "oidc-client": ">=1.6.1" }, ``` **Temporary...

@maxmantz I was going to fix this issue and put out a PR but it looks like it has already been fixed by @ryanzhangau in this commit [refactor: add children...

@ryan-sandy yeah I guess that's what needs to happen @drod21.

@M1019171 Yeah I'm actually running into the same issue now that I had fixed the other React 18 errors I was running into. Any luck yet? @drod21

@ryan-sandy running into a import issue, other than that looking at the code it looks good! ```js node_modules/redux-oidc-2/index.d.ts' is not a module. ``` Here is the import code ```js import...