We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
useSelector
1 parent 2eab959 commit 2730991Copy full SHA for 2730991
examples/publish-ci/rr-rsc-context/app/layout.tsx
@@ -1,5 +1,6 @@
1
import './globals.css'
2
import { Inter } from 'next/font/google'
3
+import React from 'react'
4
5
const inter = Inter({ subsets: ['latin'] })
6
examples/publish-ci/rr-rsc-context/app/page.tsx
@@ -1,5 +1,8 @@
import Image from 'next/image'
import styles from './page.module.css'
+import { useSelector } from 'react-redux'
+console.log(useSelector)
7
export default function Home() {
8
return (
0 commit comments