Christopher Evans
Christopher Evans
**Describe the bug** Whatever content I place inside the iframe, the width is always 300px. Will not move; overflow is hidden if I add something >300px and still takes up...
I see a "No {collection-name} yet" message on first load, but if I refresh or switch tabs then the data loads. See problem in attached gif.  **recreate** 1....
I'm trying to restrict permissions because I don't want any ol' user to get access to the admin panel. I've implemented the custom login page from your demo, and have...
### [READ] Step 1: Are you in the right place? ✅ Issues filed here should be about a feature request for a **specific extension in this repository**. To file a...
I have a React application that triggers the `init` function on mount: ``` const mixpanelInitOptions = { token: process.env.NODE_ENV === Environments.Prod ? process.env.REACT_APP_MP_PROD_PROJECT_TOKEN : process.env.REACT_APP_MP_DEV_PROJECT_TOKEN, options: { debug: process.env.NODE_ENV ===...
Similar issue here (but the solution didn't work for me): https://github.com/reactjs/react-tabs/issues/300 To reproduce: 1. Add tabs 2. Click tab once to focus, and once again Video showing the effect: https://www.loom.com/share/39ceae408e0b4ae0aa2709fd589d9f6b...