Vulcan-Starter icon indicating copy to clipboard operation
Vulcan-Starter copied to clipboard

Dropdown's are not reactive in Example Forum

Open drpears opened this issue 6 years ago • 10 comments

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

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

drpears avatar Dec 31 '18 18:12 drpears

Looks like an error due to the recent react-bootstrap/Bootstrap 4 update. I'll look into it, thanks!

SachaG avatar Jan 01 '19 00:01 SachaG

@SachaG great thank you

drpears avatar Jan 02 '19 01:01 drpears

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 avatar Jan 02 '19 05:01 SachaG

@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?

drpears avatar Jan 04 '19 03:01 drpears

You can search the codebase for whatever component is creating the issue but generally they'll all be in the bootstrap-ui package.

SachaG avatar Jan 04 '19 10:01 SachaG

Of course you can post your issues here, too.

SachaG avatar Jan 04 '19 10:01 SachaG

@SachaG Did the changes you made when you pushed to 1.12.13 fix it on your side?

drpears avatar Jan 05 '19 19:01 drpears

Yes but you also have to pull the latest changes from this repo.

SachaG avatar Jan 05 '19 23:01 SachaG

Try cloning the repo again and then: meteor update yarn install yarn start

yairtal avatar Feb 03 '19 14:02 yairtal

I'm using the getting-started-completed branch, it's kinda working, try it

lcfd avatar Feb 11 '19 16:02 lcfd