MorsePlayer queue cancelling, Chlng Word color bug fix

This commit is contained in:
Gene Mecija 2020-02-03 00:38:42 -08:00
parent d707f483ce
commit e63271a386
11 changed files with 82 additions and 82 deletions

View file

@ -3,7 +3,6 @@ import { WordListPickerContext } from "./wordListPickerContext"
const WordFeederContext = React.createContext()
function WordFeederContextProvider(props) {
console.log('LOADED: wordFeederContext');
// let wordList = ['hi', 'morse', 'code', 'hello', 'gene']
const {wordList, wordListShuffled, wordListCategory} = useContext(WordListPickerContext)