This commit is contained in:
lingdocs 2022-05-05 13:51:05 -05:00
parent 9974eba176
commit 002cfbadda
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@lingdocs/pashto-inflector",
"version": "2.4.0",
"version": "2.4.1",
"author": "lingdocs.com",
"description": "A Pashto inflection and verb conjugation engine, inculding React components for displaying Pashto text, inflections, and conjugations",
"homepage": "https://verbs.lingdocs.com",

View File

@ -31,7 +31,7 @@ function EPExplorer(props: {
entryFeeder: T.EntryFeeder,
}) {
const [mode, setMode] = useStickyState<"charts" | "phrases">("charts", "EPExplorerMode");
const [eps, adjustEps] = useStickyReducer(epsReducer, blankEps, "EPState", flashMessage);
const [eps, adjustEps] = useStickyReducer(epsReducer, blankEps, "EPState2", flashMessage);
const [alert, setAlert] = useState<string | undefined>(undefined);
const king = eps.subject?.type === "pronoun"
? "subject"

View File

@ -41,7 +41,7 @@ function VPExplorer(props: {
props.loaded
? props.loaded
: savedVps => makeVPSelectionState(props.verb, savedVps),
"vpsState8",
"vpsState9",
flashMessage,
);
const [mode, setMode] = useStickyState<"charts" | "phrases" | "quiz">(