You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever I have hot reload enabled and I update my code I get the following error
factory is not a function here is a screenshot
I have tried creating a new react native projects and have found no solution to this issue. At first i thought it had to do with the use of stateless components, but I do not believe this is the case as I continued to periodically (1/3 times) get the issue without them.
I am using React Native ^0.26.0 on a Mac running OSX 10.11.3 i have not tested this issue on Andriod only on iOS
If I had any additional information I would post it, however I do not, as this happens with a new project as well.
If anyone would like me to provide any information such as package.json etc. please let me know.
The text was updated successfully, but these errors were encountered:
@mkonicek@bestander shall we cherry-pick that to 0.26? HMR seems super important. Note - with super dumb example (RNTestApp) it works well, so that's why it passed the manual e2e tests.
FYI this is already a part of 0.27 release being cut now.
Whenever I have hot reload enabled and I update my code I get the following error
factory is not a function
here is a screenshotI have tried creating a new react native projects and have found no solution to this issue. At first i thought it had to do with the use of stateless components, but I do not believe this is the case as I continued to periodically (1/3 times) get the issue without them.
I am using React Native
^0.26.0
on a Mac runningOSX 10.11.3
i have not tested this issue on Andriod only oniOS
If I had any additional information I would post it, however I do not, as this happens with a new project as well.
If anyone would like me to provide any information such as package.json etc. please let me know.
The text was updated successfully, but these errors were encountered: