Tan Khay Ong

Results 5 comments of Tan Khay Ong

I've changed the code where the captured frames was invoked in another thread. This method has resolved the freeze issue I faced. Please check 34ad5e6 Beside for the warning Warning:...

Check out eab62c367b68117de3b42eb889141801e8403612 for solving the deprecated message.

There is a way where we can create the rootRoute object on Application Context and let each modules to assign their own route to the rootRoute, similar to FlowRouter. configs/context.js...

My workaround. Query resolver ``` /* @flow */ import type { Query_Resolvers } from "../generated/graphqlgen"; export const Query: Query_Resolvers = { usersConnection: async (parent, args, ctx, info) => { const...

My mistake, Flow does prompt missing property 'aggregate' from parent object.