namespace react has no export member FC

The Ember language does not have a built-in react namespace. Therefore, it is expected that you would encounter an error stating that the react namespace has no export member FC. This error suggests that you are trying to import a member from the react namespace that does not exist. To resolve this issue, you may need to check your code and ensure that you are using the correct namespaces and importing the necessary modules or components.