Bug #32181
closedRed Hat Repositories page product and repo type filters not working on production setup
Description
'Filter by product' and 'filter by type' dropdowns are not working on prod setup.
See links in chat below for illustrations.
Maybe related: See webpack/components/react-bootstrap-select/index.js - we should NEVER be using jquery inside a React component without using refs.
<mhulan> jeremylenz: let me share a gif
<mhulan> jeremylenz: here's what I see https://imgur.com/a/loTF214
<jeremylenz> mhulan: I did some investigating and it looks like the data is coming in to Redux correctly. And it's actually there in the DOM too, but just totally messed up.
<jeremylenz> mhulan: the HTML rendered in your nightly: https://pasteboard.co/JTXI2cz.png
<jeremylenz> mhulan: vs my dev box: https://pasteboard.co/JTXJ73H.png
<jeremylenz> As to why it's happening, still not sure. Weirdest thing I've seen in a while. It might have something to do with some ancient react-bootstrap code we have in katello
<jeremylenz> I'm gonna file a redmine
<mhulan> jeremylenz: thanks for taking a look, I wonder if assets gets scrumbled somehow during packaging