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

Fix type errors on ember canary #360

Merged
merged 1 commit into from
Oct 5, 2021

Conversation

NullVoxPopuli
Copy link
Contributor

@NullVoxPopuli NullVoxPopuli commented Sep 10, 2021

This should hopefully improve the ember-beta and ember-canary CI

@@ -1,5 +1,6 @@
import { DEBUG } from '@glimmer/env';
import { ComponentManager, ComponentCapabilities, TemplateArgs } from '@glimmer/core';
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TemplateArgs doesn't exist

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

addon/-private/base-component-manager.ts:2:51 - error TS2305: Module '"../../../core/dist/commonjs"' has no exported member 'TemplateArgs'.

2 import { ComponentManager, ComponentCapabilities, TemplateArgs } from '@glimmer/core';
                                                    ~~~~~~~~~~~~

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Take a look at #334, looks like this was just missed.

@NullVoxPopuli
Copy link
Contributor Author

Blocked by #361

@rwjblue rwjblue merged commit a3589a2 into glimmerjs:master Oct 5, 2021
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

Successfully merging this pull request may close these issues.

None yet

2 participants