-
Notifications
You must be signed in to change notification settings - Fork 926
Unable to resolve type: React.IReactEnvironment on certain PC #1236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Any chance we could get someone to look at this issue? It's been a few months, and it's a significant blocker in us being able to use ReactJS.NET in our project. I should note that the project we're having this problem in is the same one as #640. However, I reinstalled Windows and everything else since and got it to work on my machine. However, Zak had to do the same thing and ran into the problems described in this issue. |
Is this project still being maintained? We would really appreciate a response here. |
Nope, sorry. I do this in my free time (unpaid) and haven’t had the
motivation to come back to it in a while. :)
If you do find a fix let me know and I’ll see if we can merge something in…
…On Tue, Apr 27, 2021 at 18:14, Adam Ford ***@***.***> wrote:
Is this project still being maintained? We would really appreciate a
response here.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1236 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHGCFVAC5Q5LKWVCL52CZLTK4ZNJANCNFSM4V24KRPA>
.
|
Understandable. Thank you for the response.
…On Tue, Apr 27, 2021 at 5:33 PM Masters ***@***.***> wrote:
Nope, sorry. I do this in my free time (unpaid) and haven’t had the
motivation to come back to it in a while. :)
If you do find a fix let me know and I’ll see if we can merge something in…
On Tue, Apr 27, 2021 at 18:14, Adam Ford ***@***.***> wrote:
> Is this project still being maintained? We would really appreciate a
> response here.
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <#1236 (comment)
>,
> or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/AAHGCFVAC5Q5LKWVCL52CZLTK4ZNJANCNFSM4V24KRPA
>
> .
>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1236 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABKV3NLVAERDOOLM4QFFADTK5CVZANCNFSM4V24KRPA>
.
|
Uh oh!
There was an error while loading. Please reload this page.
Please verify these steps before filing an issue, and check them off as you go
JavaScriptEngineSwitcher.V8.Native.win-x64
)SetUseReact
andSetUseBabel
is correct inReactConfig.cs
orStartup.cs
I'm using these library versions:
ReactJS.NET
: 5.2.10JavaScriptEngineSwitcher
: 3.5.5react
andreact-dom
: 16.14.0webpack
: (N/A if using bundled react) N/A - We are not using this, but not using the bundled version of reactnode
: (N/A if using bundled react) N/A - We are not using this, but not using the bundled version of reactRuntime environment:
Steps to reproduce
We do not observe this issue on either our testing environment servers or another developer's PC. This leads me to thing something about my particular setup isn't correct. Most of the reading I've done where this error occurs seems to result from something being set up incorrectly in the code when configuring react, but since this issue is specific to my PC that seems unlikely.
Any input on this would be much appreciated.
The text was updated successfully, but these errors were encountered: