#backstage custom plugins throws mui and react-dom error
7 messages · Page 1 of 1 (latest)
@nimble heart IS backstage custom plugin creation works fine currently? I was stuck with this issue not able to create a front end plugin also not able to import any material-ui core features can you please help 🙏🏻 and take a look
Steps to reproduce:
yarn new
created a new frontend plugin
once plugins gets created access the plugin route example: localhost:3000/pluginname
Error screen
Hi @vernal flume, this works for me. I'd need more details about your Backstage setup like what version you are on.
- Ran
npx @backstage/create-app@latestwith the namedev-plugin - Changed directory to
plugin-dev - Ran
yarn devto make sure everything worked, then stopped the process - Ran
yarn new - Picked "plugin - A new frontend plugin"
- Gave it the name
front-example - Ran
yarn devagain - Navigated to: http://localhost:3000/front-example
Resulting in this:
@nimble heart iam not using npx backstage . Iam using backstage repo latest code which is forked from backstage/backstage