Advertisement
Guest User

Untitled

a guest
Apr 18th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.41 KB | None | 0 0
  1. [HMR] Waiting for update signal from WDS...
  2. renderer.dev.js:25541 React-Hot-Loader: react-🔥-dom patch is not detected. React 16.6+ features may not work.
  3. renderer.dev.js:35142 [HMR] Waiting for update signal from WDS...
  4. renderer.dev.js:27537 action @@router/LOCATION_CHANGE @ 02:20:38.742
  5. /mnt/drive2/programs….development.js:506 Warning: Received `false` for a non-boolean attribute `thin`.
  6.  
  7. If you want to write it to the DOM, pass a string instead: thin="false" or thin={value.toString()}.
  8.  
  9. If you used to conditionally omit it with thin={condition && value}, pass thin={condition ? value : undefined} instead.
  10. in hr (created by Divider)
  11. in Divider (created by WithStyles(Divider))
  12. in WithStyles(Divider) (created by Context.Consumer)
  13. in StyledComponent (created by Styled(WithStyles(Divider)))
  14. in Styled(WithStyles(Divider)) (at Header.js:77)
  15. in div (created by Paper)
  16. in Paper (created by WithStyles(Paper))
  17. in WithStyles(Paper) (created by Context.Consumer)
  18. in StyledComponent (created by Styled(WithStyles(Paper)))
  19. in Styled(WithStyles(Paper)) (at Header.js:66)
  20. in Header (at Home.js:438)
  21. in div (at Home.js:437)
  22. in Home (created by Context.Consumer)
  23. in Route (at Routes.js:10)
  24. in Switch (at Routes.js:9)
  25. in App (at Routes.js:8)
  26. in _default (at Root.js:19)
  27. in Router (created by ConnectedRouter)
  28. in ConnectedRouter (created by Context.Consumer)
  29. in ConnectedRouterWithContext (created by Context.Consumer)
  30. in Connect(ConnectedRouterWithContext) (at Root.js:18)
  31. in Provider (at Root.js:17)
  32. in Root
  33. in AppContainer (at app/index.js:13)
  34. /mnt/drive2/programs…ponents.cjs.js:2008 Functions as object-form attrs({}) keys are now deprecated and will be removed in a future version of styled-components. Switch to the new attrs(props => ({})) syntax instead for easier and more powerful composition. The attrs key in question is "data-garden-id" on component "styled-elements__StyledSvg".
  35. /mnt/drive2/programs…ponents.cjs.js:2008 Functions as object-form attrs({}) keys are now deprecated and will be removed in a future version of styled-components. Switch to the new attrs(props => ({})) syntax instead for easier and more powerful composition. The attrs key in question is "strokeWidth" on component "styled-elements__SpinnerCircle".
  36. /mnt/drive2/programs…ponents.cjs.js:2008 Functions as object-form attrs({}) keys are now deprecated and will be removed in a future version of styled-components. Switch to the new attrs(props => ({})) syntax instead for easier and more powerful composition. The attrs key in question is "data-garden-id" on component "styled-elements__StyledSvg".
  37. /mnt/drive2/programs…ponents.cjs.js:2008 Functions as object-form attrs({}) keys are now deprecated and will be removed in a future version of styled-components. Switch to the new attrs(props => ({})) syntax instead for easier and more powerful composition. The attrs key in question is "strokeWidth" on component "styled-elements__SpinnerCircle".
  38. /mnt/drive2/programs…ity-warnings.js:110 Electron Security Warning (Insecure Resources) This renderer process loads resources using insecure
  39. protocols.This exposes users of this app to unnecessary security risks.
  40. Consider loading the following resources over HTTPS or FTPS.
  41. - http://localhost:1212/dist/renderer.dev.js
  42.  
  43.  
  44. For more information and help, consult
  45. https://electronjs.org/docs/tutorial/security.
  46. This warning will not show up
  47. once the app is packaged.
  48. /mnt/drive2/programs…ity-warnings.js:259 Electron Deprecation Warning (nodeIntegration default change) This window has node integration enabled by default. In Electron 5.0.0, node integration will be disabled by default. To prepare for this change, set {nodeIntegration: true} in the webPreferences for this window, or ensure that this window does not rely on node integration and set {nodeIntegration: false}.
  49. /mnt/drive2/programs…ity-warnings.js:170 Electron Security Warning (Insecure Content-Security-Policy) This renderer process has either no Content Security
  50. Policy set or a policy with "unsafe-eval" enabled. This exposes users of
  51. this app to unnecessary security risks.
  52.  
  53. For more information and help, consult
  54. https://electronjs.org/docs/tutorial/security.
  55. This warning will not show up
  56. once the app is packaged.
  57. client:85 [WDS] Hot Module Replacement enabled.
  58. client?8f77:85 [WDS] Hot Module Replacement enabled.
  59. 
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement