score:0

router must be above switch:

<router>
    <layout>
        <switch>
            <route path="/" component={home} />
        </switch>
    </layout>
</router>

https://codesandbox.io/s/determined-zeh-r3vvl4

score:0

i think the issue is how you import it.

import container from 'react-bootstrap/container'

score:0

i got the same error, i fixed that by updating my bootstrap version.


Related Query

More Query from same tag