Hey, I followed the installation instructions, and tried the following code: ``` import '@github/file-attachment-element' const myApp = () => { return ( <file-attachment directory> <input type="file" multiple /> </file-attachment> ) } export default myApp; ``` It shows the browser's default file input: <img width="214" alt="Screenshot 2022-11-24 at 10 31 45 PM" src="https://user-images.githubusercontent.com/51885228/203840745-bf6cbfe2-b23c-4bd0-9d40-5cc83eb11d35.png"> How do I get this to work with React?