When I use react-router-dom in Figma plugin, the code didn’t render the component, is it because I used a wrong path, anyone has any idea?
<Router>
<Switch>
<Route path="/">
<Homepage />
</Route>
</Switch>
</Router>