Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

On Linux: Failed to compile Error #1

Open
sarahzu opened this issue Feb 27, 2020 · 0 comments
Open

On Linux: Failed to compile Error #1

sarahzu opened this issue Feb 27, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@sarahzu
Copy link
Collaborator

sarahzu commented Feb 27, 2020

On some Linux systems a failed to compile error happens after changing git repositories in the settings webpage. It specifically happens when the first test-case repo (https://github.com/isr-ifi/pfc-uims-testcase-1) is used and a new git repo is submitted via the settings page.

The error might be connected with the dynamic loading of the visual components in the following lines:

const CurrentComponent = Loadable({
loader: () => import("./gitclone/" + currentFileName),
loading: Loading //() => <div>Loading...</div>
});
<ErrorBoundary>
{/*<Suspense fallback={<div>Loading...</div>}>*/}
<CurrentComponent {...dynamicProps}/>
{/*</Suspense>*/}
</ErrorBoundary>

@jsvgoncalves jsvgoncalves added the bug Something isn't working label Feb 27, 2020
jsvgoncalves pushed a commit that referenced this issue Feb 28, 2020
Add Zenodo DOI to README.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants