⨯ Error: useSchematic must be used within a SchematicProvider
at SchematicWrapped (app/components/SchematicWrapped.tsx:7:41)
5 |
6 | const SchematicWrapped = ({ children }: { children: React.ReactNode }) => {
> 7 | const { identify } = useSchematicEvents();
| ^
8 | const { user } = useUser();
9 |
10 | useEffect(() => { {
digest: '2187739876'
}
GET / 500 in 326ms
I've copied Sonny's code exactly and see no errors in my project beyond this. (i.e. if I remove Schematic Wrapped -- all runs fine)