You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add input reducer that handles INPUT_UPDATE and the store should look like this
store = {
...
input: { text: '' }
}
add redux thunk and create a thunk action textUpdatethat will dispatch an INPUT_UPDATE and also if it founds any matching words, remove them and remove associated empty blocks
The text was updated successfully, but these errors were encountered:
Development
INPUT_UPDATE
and the store should look like thistextUpdate
that will dispatch anINPUT_UPDATE
and also if it founds any matching words, remove them and remove associated empty blocksThe text was updated successfully, but these errors were encountered: