complexdatacollective / Server

A tool for storing, analyzing, and exporting Network Canvas interview data.
http://networkcanvas.com/
GNU General Public License v3.0
2 stars 2 forks source link

console warnings #317

Closed rebeccamadsen closed 3 years ago

rebeccamadsen commented 3 years ago

A couple of console warnings while running dev mode in Server:

Welcome screen in Server:

Warning: Failed prop type: Invalid prop `component` of type `object` supplied to `Route`, expected `function`.
    in Route (created by AppRoutes)
    in AppRoutes (created by App)
    in div (created by App)
    in div (created by SessionFileDropTarget)
    in SessionFileDropTarget (created by ConnectFunction)
    in ConnectFunction (created by App)
    in div (created by App)
    in div (created by App)
    in App (created by ConnectFunction)
    in ConnectFunction (created by Route)
    in Route (created by withRouter(Connect(App)))
    in withRouter(Connect(App))
    in Router (created by HashRouter)
    in HashRouter
    in Provider

Export screen, deleting the number on a screen layout:

Warning: `value` prop on `input` should not be null. Consider using an empty string to clear the component or `undefined` for uncontrolled components.
    in input (created by TextInput)
    in div (created by TextInput)
    in div (created by TextInput)
    in TextInput (created by withProps(TextInput))
    in withProps(TextInput) (created by ExportScreen)
    in div (created by ExportScreen)
    in div (created by ForwardRef(MotionComponent))
    in ForwardRef(MotionComponent) (created by ExportScreen)
    in PresenceChild (created by AnimatePresence)
    in AnimatePresence (created by ExportScreen)
    in div (created by ExportScreen)
    in AnimateSharedLayout (created by ExportScreen)
    in div (created by ExportScreen)
    in form (created by ExportScreen)
    in ExportScreen (created by ConnectFunction)
    in ConnectFunction (created by Route)
    in Route (created by AppRoutes)
    in Switch (created by AppRoutes)
    in main (created by AppRoutes)
    in AppRoutes (created by App)
    in div (created by App)
    in div (created by SessionFileDropTarget)
    in SessionFileDropTarget (created by ConnectFunction)
    in ConnectFunction (created by App)
    in div (created by App)
    in div (created by App)
    in App (created by ConnectFunction)
    in ConnectFunction (created by Route)
    in Route (created by withRouter(Connect(App)))
    in withRouter(Connect(App))
    in Router (created by HashRouter)
    in HashRouter
    in Provider