-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dropdown's are not reactive in Example Forum #105
Comments
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: |
I'm using the getting-started-completed branch, it's kinda working, try it |
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
The text was updated successfully, but these errors were encountered: