Open zturchan opened 3 years ago
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 https://github.com/reactjs/React.NET/issues/1236#issuecomment-827970861, 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 <https://github.com/reactjs/React.NET/issues/1236#issuecomment-827970861 , 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 https://github.com/reactjs/React.NET/issues/1236#issuecomment-828023324, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABKV3NLVAERDOOLM4QFFADTK5CVZANCNFSM4V24KRPA .
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.