Skip to content

Instantly share code, notes, and snippets.

@robinheinze
Last active April 8, 2021 16:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robinheinze/34a093539d83fa74da6f2db25316289a to your computer and use it in GitHub Desktop.
Save robinheinze/34a093539d83fa74da6f2db25316289a to your computer and use it in GitHub Desktop.
IgniteTrivia Question Screen injected store
import { useStores } from "../../models"
...
export const QuestionScreen = observer(function QuestionScreen() {
// Pull in one of our MST stores
const { questionStore } = useStores()
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment