-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Labels
needs triageThis issue needs to be triaged by the teamThis issue needs to be triaged by the team
Description
Is this a regression?
- Yes, this behavior used to work in the previous version
The previous version in which this bug was not present was
TimtonUploadEnhancements.jsx
Description
import TimtonUploadEnhancements from "@/components/TimtonUploadEnhancements";
export default function Page() {
return (
);
}
Reproduction
StackBlitz link:
Steps to reproduce:
1.
2.
Expected Behavior
npx create-react-app timton-upload
cd timton-upload
npm start
Actual Behavior
import TimtonUploadEnhancements from "./TimtonUploadEnhancements";
function App() {
return (
);
}
export default App;
Environment
- Angular:
- CDK/Material:
- Browser(s):
- Operating System (e.g. Windows, macOS, Ubuntu):
Metadata
Metadata
Assignees
Labels
needs triageThis issue needs to be triaged by the teamThis issue needs to be triaged by the team