-
Notifications
You must be signed in to change notification settings - Fork 18
Demo app typescript errors #47
Comments
Hi, thanks for reporting this. For the typing issue, did you happen to install the demo dependencies via From the looks of the second typing issue, it seems like your TSC/IDE is still using the old |
Sorry for delay on this - I've installed with npm now, however I'm getting this:
I've re-run Typing looks good on useBound now:
|
Switching back to node 12 (from 13) & got the app running. I've run it with
I have a single openfin-react-hook running now in starter-typescript-react-sass, so hopefully I'm underway with kicking the tyres a bit more in the meantime. |
Not seen that layouts 404 issue before, might be something up with openfin, do you still see it? With regards to the cannot resolve openfin-react-hooks, you may need to run a |
Node v14.18.2
|
Hi,
Spinning up your demo app, firstly I get this:
fixed with:
export default withRouter(App);
Now, I'm blocked by:
any ideas?
typescript version:
The text was updated successfully, but these errors were encountered: