141 |
Query Builder
142 |
Filter for which Purchase events will trigger this program
143 | {/*
144 |
*/}
152 |
167 | {serializedVersions.map((s, idx) => (
168 |
169 | {s}
170 |
171 | ))}
172 | {serializedVersions[0] === serializedVersions[1]
173 | ? "✓ serialized"
174 | : "✗ serializer bug"}
175 |
176 |
177 | | Examples |
178 | {options.map(o => (
179 | |
180 | ))}
181 |
182 |
183 |
184 | Keys used: {JSON.stringify(keys, null, 2)} {typeof keys}
185 | {JSON.stringify(ast, null, 2)}
186 |
187 |
188 |
189 | );
190 | }
191 |
192 | const rootElement = document.getElementById("root");
193 | ReactDOM.render(