We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c50b039 commit 0634b5dCopy full SHA for 0634b5d
src/hooks/usePlayground.js
@@ -35,7 +35,7 @@ function reducer(state, action) {
35
36
return {
37
...state,
38
- setQuery: action.query,
+ query: action.query,
39
result: parser.parse({
40
markup: state.markup,
41
query: action.query,
0 commit comments