mirror of
https://github.com/genemecija/learn-morse-code.git
synced 2026-04-21 06:03:56 +00:00
MorsePlayer queue cancelling, Chlng Word color bug fix
This commit is contained in:
parent
d707f483ce
commit
e63271a386
11 changed files with 82 additions and 82 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue