Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Notice on line 29 that there is no oblique in front of sales

...

SalesHistory.jsx

No need to inject the <Calculator> anymore

...

Calculator.jsx

You need to add an <Outlet>

An <Outlet> sets a component up as a standard layout into which other components can be injected - it tells the react-router where in the parent the child component should be rendered

...