score:0

based on https://react-bootstrap.github.io/components/tabs/#tabs-controlled , i suspect that:

onselect={() => setactivekey(null)}

should be:

onselect={(key) => setactivekey(key)}

edit: i've tried this change out locally now and it appears to work.


Related Query

More Query from same tag