Dropdown's are not reactive in Example Forum
I'm using the Example Forum package and am seeing the warning below in the console along with the Dropdown component being non responsive.

Here's a screen record of the non responsive behavior Uploaded Video
There's no warnings or errors thrown in the console related to this issue. I would debug further but it seems that it's a core vulcan ui component and I'm not to familiar with the entirety of the architecture yet.
I appreciate any help, thanks!
Dylan
Looks like an error due to the recent react-bootstrap/Bootstrap 4 update. I'll look into it, thanks!
@SachaG great thank you
Should be fixed; I just need to push a new version (1.12.13) of the core Vulcan packages and it should be fine :)
@SachaG Updated the core packages to 1.12.13 and I'm still seeing an issue with the bootstrap related components. Could you point me to which of the core packages I could take a look at and debug?
You can search the codebase for whatever component is creating the issue but generally they'll all be in the bootstrap-ui package.
Of course you can post your issues here, too.
@SachaG Did the changes you made when you pushed to 1.12.13 fix it on your side?
Yes but you also have to pull the latest changes from this repo.
Try cloning the repo again and then:
meteor update
yarn install
yarn start
I'm using the getting-started-completed branch, it's kinda working, try it