mirror of
https://github.com/mue/mue.git
synced 2026-07-18 06:24:17 +02:00
feat: add warning for things that dont support hot reload
This commit is contained in:
@@ -27,6 +27,9 @@ export default class Modals extends React.PureComponent {
|
||||
welcomeModal: true
|
||||
});
|
||||
}
|
||||
|
||||
// hide refresh reminder once the user has refreshed the page
|
||||
localStorage.setItem('showReminder', false);
|
||||
}
|
||||
|
||||
closeWelcome() {
|
||||
|
||||
Reference in New Issue
Block a user