Relay compiler adds undefined on windows but not on mac os

Viewed 32

i am working with a team on an app i am on windows and they are on mac and when we run relay compiler script i get this :

readonly " $data"?: productsListPagination$data | undefined;

and they get this instead without the "undefined":

readonly " $data"?: productsListPagination$data;

0 Answers
Related