We have updated Flexmonster Software License Agreement, effective as of September 30, 2024. Learn more about what’s changed.

React-flexmonster, flexmonster: css version mismatch

Answered
Omri Shachal asked on April 26, 2022

Hello,
Im using react-flexmonster: 2.9.21 with react: 16.14.0
I keep getting Flexmonster: Css version mismatch.
This warning keep occurring when importing either 'flexmonster.min.css' / 'flexmonster.css'.
I followed the troubleshooting guide, and indeed the versions on both the js and css file are the same.
Attaching screenshots of the file and warning, 
thank you!
 

5 answers

Public
Solomiia Andrusiv Solomiia Andrusiv Flexmonster April 27, 2022

Hello, Omri!
 
Thank you for contacting us.
 
Our team would like to inform you that such behavior can appear if Flexmonster styles are not imported into the project.
 
We have prepared the short check guide below:
Open index.js and ensure the flexmonster.css with its actual filepath is imported, as in the example: https://github.com/flexmonster/pivot-react/blob/master/ES6/src/index.js.
 
Please let us know if it works for you.

Regards,
Solomiia.

Public
Omri Shachal May 4, 2022

Hey, it is imported like that.
Still getting the warnings... 

Public
Solomiia Andrusiv Solomiia Andrusiv Flexmonster May 5, 2022

Hello, Omri!
 
Thank you for your response.
 
Another possible reason for this warning message can be the version mismatch between flexmonster and react-flexmonster packages.
 
We want to suggest opening the terminal in your project and running the following commands:
1. npm uninstall flexmonster
2. npm uninstall react-flexmonster
3. npm install react-flexmonster@2.9.21 to get your current version, or npm install react-flexmonster to get the latest one(2.9.24 for now).
 
We hope it helps. Looking forward to hearing from you.
 
Regards,
Solomiia

Public
Solomiia Andrusiv Solomiia Andrusiv Flexmonster May 12, 2022

Hello, Omri!

Hope you are having a great week.

Our team is wondering if you had some time to try the suggested approach and reinstall packages. Could you please let us know if it helped?

Looking forward to hearing from you.

Regards,
Solomiia

Public
Solomiia Andrusiv Solomiia Andrusiv Flexmonster May 19, 2022

Hello, Omri!

Hope you are doing well.

Just checking in to ask if our response helped you with your question.

We will be glad to hear your feedback.

Regards,
Solomiia

Please login or Register to Submit Answer