Luis Pérez
Results
2
comments of
Luis Pérez
I've tried before with this: ``` import { createContext } from '@jsx-lite/core'; export const MenuContext = createContext({ foo: 'bar' }); export default function MyComponent(props) { return ( {props.children} ) }...
Same problem here