javascript-react-patterns
javascript-react-patterns copied to clipboard
Update compound-pattern.mdx. Remove Context API.
Since we are using React.Children.map with React.cloneElement, we now access all the state through props. Context API is not valid here.