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
scene:I want to package Webviz-core into Electron application, there is a problem with packaging it in doc form, so I want to package it in Webviz-core, but now there is a problem, I need to add some pages in Webviz-core to make the original webviz-core into a secondary page. However, the method of adding Route fails to recognize it now
now i want to add a new page by Route,but it failed:(in webviz-core -> src -> components -> Root.js)
const Root = () => {
return (
scene:I want to package Webviz-core into Electron application, there is a problem with packaging it in doc form, so I want to package it in Webviz-core, but now there is a problem, I need to add some pages in Webviz-core to make the original webviz-core into a secondary page. However, the method of adding Route fails to recognize it now
now i want to add a new page by Route,but it failed:(in webviz-core -> src -> components -> Root.js)
const Root = () => {
return (
<Route path="/" render={({ history: routeHistory }) => } />
);
};
failed url: http://localhost:8080/Home
failed info:Cannot GET /Home
Could you please tell me how to add a new page now? Thank you
The text was updated successfully, but these errors were encountered: