Sirui Li

Results 12 issues of Sirui Li

Error log here: ``` ▸ Compiling JBTextShadowView.m ❌ /Users/[REDACTED]/git/node_modules/react-native-animateable-text/ios/JBTextShadowView.m:31:41: incompatible function pointer types passing 'YGSize (YGNodeConstRef, float, YGMeasureMode, float, YGMeasureMode)' (aka 'struct YGSize (const struct YGNode *, float, enum YGMeasureMode,...

Eslint crashes when there's a required field along with an inline fragment. Eslint config: ```json "graphql/required-fields": ["error", { "requiredFields": ["id"], "schemaJsonFilepath": "./data/schema.json" }] ``` Schema: ``` interface Viewer { id:...