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

Issues with the feat/inclusion branch #992

Open
egyedia opened this issue May 24, 2024 · 1 comment
Open

Issues with the feat/inclusion branch #992

egyedia opened this issue May 24, 2024 · 1 comment
Assignees

Comments

@egyedia
Copy link
Member

egyedia commented May 24, 2024

While testing the branch, I ran into one minor, and a major issue.
These are:

  1. Minor issue: when starting with gulp, this warning is shown on the shell console:
app/scripts/app.js
  line 107  col 34  'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6').
  ⚠  1 warning

while this is not a showstopper, might be nice not to have it here

  1. Major issue. This is actually a showstopper because prevents the frontend to be used properly:
    While loading the app in the browser, this is shown in the browser console:
artifact-selector.js:1 ERROR Error: The selector "app-root" did not match any elements
    at uu.selectRootElement (artifact-selector.js:1:120753)
    at K0 (artifact-selector.js:1:66953)
    at Co.create (artifact-selector.js:1:66991)
    at e.bootstrap (artifact-selector.js:1:103997)
    at artifact-selector.js:1:101850
    at Array.forEach (<anonymous>)
    at e._moduleDoBootstrap (artifact-selector.js:1:101837)
    at artifact-selector.js:1:101539
    at v.invoke (artifact-selector.js:1:240483)
    at Object.onInvoke (artifact-selector.js:1:94969)

The problem that I've seen on my system is that while the type filters are all in the "on" state, only the elements are shown on the right:

Screenshot 2024-05-24 at 1 54 28 PM

If I click all the template selector twice, everything will be properly displayed:

Screenshot 2024-05-24 at 1 55 16 PM

After a reload, the first state shows up again.

@egyedia egyedia assigned egyedia and muakdogan and unassigned egyedia May 24, 2024
@muakdogan
Copy link
Contributor

muakdogan commented May 24, 2024

@egyedia thanks for reporting these. I'm aware of these issues and will fix them before the merge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants