Alert the user if they are using older version of chrome , edge ?

Hi Which is the best way to alert the users if they are using the older version of the chrome or safari ? I think by using the older versions of browsers they are not able to access few components. this is due to older versions or some other issues (like based on React Version they are not working or due to some npm packages etc. )if it is browser then what approach can i follow and alert the user to update the chrome or safari ?
1 Reply
b1mind
b1mind16mo ago
You can use @supports in CSS to have a modal appear. Is an easy way that works without JS. For you though I would make sure you are polyfilling when you build then users wont even konw. Not sure what components you speak of though.