You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/react-renderer-demo/src/app/src/components/notification-panel.js
+26-23Lines changed: 26 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
importReactfrom'react';
1
+
importReact,{useState,useEffect}from'react';
2
2
importPropTypesfrom'prop-types';
3
3
importPopperfrom'@material-ui/core/Popper';
4
4
importGrowfrom'@material-ui/core/Grow';
@@ -21,22 +21,6 @@ const options = {
21
21
}
22
22
};
23
23
24
-
constmessageList=[
25
-
{
26
-
id: '1',
27
-
date: 'April 8 2020',
28
-
title: 'Version 2 released',
29
-
text: `Version 2 of Data Driven Forms has been released.<br /><br />
30
-
Check what is new in [migration guide](/migration-guide)!<br /><br />
31
-
If you need documenation for version 1, please use v1 [branch on GitHub](https://github.com/data-driven-forms/react-forms/tree/v1/packages/react-renderer-demo/src/app/pages)
32
-
or visit our [backup link](https://pokus-next.firebaseapp.com/)!
0 commit comments