We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffb73cd commit bae9c7dCopy full SHA for bae9c7d
README.md
@@ -24,6 +24,7 @@ import "./App.css"
24
import { useNetlifyIdentity, IdentityContextProvider } from "react-netlify-identity-widget"
25
import "react-netlify-identity-widget/styles.css"
26
27
+// code split the modal til you need it!
28
const IdentityModal = React.lazy(() => import("react-netlify-identity-widget"))
29
30
function App() {
0 commit comments