I created a rails 6 app and set up ant design using the yarn package installer. It worked fine on development as expected but when I deployed the app on Heroku, the design of the javascript components got messed up, ant design buttons using javascript stopped working. Every other normal javascript used through react works fine apart from components imported from ant design library. Please how do I go about debugging this issue? The difficult part is that there are no errors from the server logs and browser logs. Please any hint will be of great help thanks.