|
1 |
| -../all.test.js:2416 |
| 1 | +../all.test.js:2486 |
2 | 2 | v----
|
3 |
| -2416: <Node |
4 |
| -2417: shader={shaders.helloTexture} |
5 |
| -2418: uniformsOptions={{ t: { interpolation: "nope" } }} |
6 |
| -2419: uniforms={{ t: <JustBlue blue={1} /> }} |
7 |
| -2420: /> |
| 3 | +2486: <Node |
| 4 | +2487: shader={shaders.helloTexture} |
| 5 | +2488: uniformsOptions={{ t: { interpolation: "nope" } }} |
| 6 | +2489: uniforms={{ t: <JustBlue blue={1} /> }} |
| 7 | +2490: /> |
8 | 8 | -^ props of React element `Node`
|
9 |
| -2418: uniformsOptions={{ t: { interpolation: "nope" } }} |
| 9 | +2488: uniformsOptions={{ t: { interpolation: "nope" } }} |
10 | 10 | ^^^^^^ string. This type is incompatible with
|
11 | 11 | 65: interpolation: Interpolation,
|
12 | 12 | ^^^^^^^^^^^^^ string enum. See: ../node_modules/gl-react/lib/Node.js.flow:65
|
13 | 13 |
|
14 |
| -../all.test.js:2428 |
| 14 | +../all.test.js:2498 |
15 | 15 | v----
|
16 |
| -2428: <Node |
17 |
| -2429: shader={shaders.helloTexture} |
18 |
| -2430: uniformsOptions={{ t: { wrap: "nope" } }} |
19 |
| -2431: uniforms={{ t: <JustBlue blue={1} /> }} |
20 |
| -2432: /> |
| 16 | +2498: <Node |
| 17 | +2499: shader={shaders.helloTexture} |
| 18 | +2500: uniformsOptions={{ t: { wrap: "nope" } }} |
| 19 | +2501: uniforms={{ t: <JustBlue blue={1} /> }} |
| 20 | +2502: /> |
21 | 21 | -^ props of React element `Node`
|
22 |
| -2430: uniformsOptions={{ t: { wrap: "nope" } }} |
| 22 | +2500: uniformsOptions={{ t: { wrap: "nope" } }} |
23 | 23 | ^^^^^^ string. This type is incompatible with
|
24 | 24 | 66: wrap: [WrapMode, WrapMode] | WrapMode,
|
25 | 25 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ union: tuple type | WrapMode. See: ../node_modules/gl-react/lib/Node.js.flow:66
|
26 | 26 | Member 1:
|
27 | 27 | 66: wrap: [WrapMode, WrapMode] | WrapMode,
|
28 | 28 | ^^^^^^^^^^^^^^^^^^^^ tuple type. See: ../node_modules/gl-react/lib/Node.js.flow:66
|
29 | 29 | Error:
|
30 |
| - 2430: uniformsOptions={{ t: { wrap: "nope" } }} |
| 30 | + 2500: uniformsOptions={{ t: { wrap: "nope" } }} |
31 | 31 | ^^^^^^ string. This type is incompatible with
|
32 | 32 | 66: wrap: [WrapMode, WrapMode] | WrapMode,
|
33 | 33 | ^^^^^^^^^^^^^^^^^^^^ tuple type. See: ../node_modules/gl-react/lib/Node.js.flow:66
|
34 | 34 | Member 2:
|
35 | 35 | 66: wrap: [WrapMode, WrapMode] | WrapMode,
|
36 | 36 | ^^^^^^^^ WrapMode. See: ../node_modules/gl-react/lib/Node.js.flow:66
|
37 | 37 | Error:
|
38 |
| - 2430: uniformsOptions={{ t: { wrap: "nope" } }} |
| 38 | + 2500: uniformsOptions={{ t: { wrap: "nope" } }} |
39 | 39 | ^^^^^^ string. This type is incompatible with
|
40 | 40 | 66: wrap: [WrapMode, WrapMode] | WrapMode,
|
41 | 41 | ^^^^^^^^ string enum. See: ../node_modules/gl-react/lib/Node.js.flow:66
|
42 | 42 |
|
43 |
| -../all.test.js:2440 |
| 43 | +../all.test.js:2510 |
44 | 44 | v----
|
45 |
| -2440: <Node |
46 |
| -2441: shader={shaders.helloTexture} |
47 |
| -2442: uniformsOptions={{ t: { wrap: ["nope", "nope"] } }} |
48 |
| -2443: uniforms={{ t: <JustBlue blue={1} /> }} |
49 |
| -2444: /> |
| 45 | +2510: <Node |
| 46 | +2511: shader={shaders.helloTexture} |
| 47 | +2512: uniformsOptions={{ t: { wrap: ["nope", "nope"] } }} |
| 48 | +2513: uniforms={{ t: <JustBlue blue={1} /> }} |
| 49 | +2514: /> |
50 | 50 | -^ props of React element `Node`
|
51 |
| -2442: uniformsOptions={{ t: { wrap: ["nope", "nope"] } }} |
| 51 | +2512: uniformsOptions={{ t: { wrap: ["nope", "nope"] } }} |
52 | 52 | ^^^^^^^^^^^^^^^^ array literal. This type is incompatible with
|
53 | 53 | 66: wrap: [WrapMode, WrapMode] | WrapMode,
|
54 | 54 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ union: tuple type | WrapMode. See: ../node_modules/gl-react/lib/Node.js.flow:66
|
55 | 55 | Member 1:
|
56 | 56 | 66: wrap: [WrapMode, WrapMode] | WrapMode,
|
57 | 57 | ^^^^^^^^^^^^^^^^^^^^ tuple type. See: ../node_modules/gl-react/lib/Node.js.flow:66
|
58 | 58 | Error:
|
59 |
| - 2442: uniformsOptions={{ t: { wrap: ["nope", "nope"] } }} |
| 59 | + 2512: uniformsOptions={{ t: { wrap: ["nope", "nope"] } }} |
60 | 60 | ^^^^^^ string. This type is incompatible with
|
61 | 61 | 66: wrap: [WrapMode, WrapMode] | WrapMode,
|
62 | 62 | ^^^^^^^^ string enum. See: ../node_modules/gl-react/lib/Node.js.flow:66
|
63 | 63 | Member 2:
|
64 | 64 | 66: wrap: [WrapMode, WrapMode] | WrapMode,
|
65 | 65 | ^^^^^^^^ WrapMode. See: ../node_modules/gl-react/lib/Node.js.flow:66
|
66 | 66 | Error:
|
67 |
| - 2442: uniformsOptions={{ t: { wrap: ["nope", "nope"] } }} |
| 67 | + 2512: uniformsOptions={{ t: { wrap: ["nope", "nope"] } }} |
68 | 68 | ^^^^^^^^^^^^^^^^ array literal. This type is incompatible with
|
69 | 69 | 66: wrap: [WrapMode, WrapMode] | WrapMode,
|
70 | 70 | ^^^^^^^^ string enum. See: ../node_modules/gl-react/lib/Node.js.flow:66
|
71 | 71 |
|
72 |
| -../all.test.js:2452 |
| 72 | +../all.test.js:2522 |
73 | 73 | v----
|
74 |
| -2452: <Node |
75 |
| -2453: blendFunc="nope" |
76 |
| -2454: shader={shaders.helloTexture} |
77 |
| -2455: uniforms={{ t: <JustBlue blue={1} /> }} |
78 |
| -2456: /> |
| 74 | +2522: <Node |
| 75 | +2523: blendFunc="nope" |
| 76 | +2524: shader={shaders.helloTexture} |
| 77 | +2525: uniforms={{ t: <JustBlue blue={1} /> }} |
| 78 | +2526: /> |
79 | 79 | -^ props of React element `Node`
|
80 |
| -2453: blendFunc="nope" |
| 80 | +2523: blendFunc="nope" |
81 | 81 | ^^^^^^ string. Inexact type is incompatible with exact type
|
82 | 82 | 177: blendFunc: BlendFuncSrcDst,
|
83 | 83 | ^^^^^^^^^^^^^^^ exact type: object type. See: ../node_modules/gl-react/lib/Node.js.flow:177
|
|
0 commit comments