Muhammad Hasham

Results 2 issues of Muhammad Hasham

This is what i am doing, ``` import $ from 'jquery'; import vegas from 'vegas'; class Home extends Component { constructor(props) { super(props); } componentDidMount() { $('.container-fluid').vegas({ slides: [ {...

When passing `theme` as a prop. The component does not re-render. For example, passing `isDark` as `theme={isDark ? "dark" : "light"}` does not work. Please see the codesandbox link to...