Closed staltz closed 7 years ago
The diff may look large but this commit just replaces the top-level if(...)return with if(...) else {...}. It's a syntax error and is caught by some interpreters. This change is important for using Chloride in React Native.
if(...)return
if(...) else {...}
sure, merging
merged into 2.2.5
The diff may look large but this commit just replaces the top-level
if(...)return
withif(...) else {...}
. It's a syntax error and is caught by some interpreters. This change is important for using Chloride in React Native.