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: add missing type export for policy type #1911

Merged
merged 1 commit into from
Dec 13, 2023

Conversation

johncowen
Copy link
Contributor

I looked into an lint rule to prevent/auto-fix this, but it was a bit of a can of worms. At a minimum it seems, it would mean that our lint command will take much longer to lint, but it might be worth it anyway.

Figured I'd get the PR up with the fix before thinking more/considering making some lint changes.

Just to note, I was surprised this got through our CI but it's only visible during development and has no impact on production. The visible error is that the development build fails with a cannot find export type of error in the browser console.

Signed-off-by: John Cowen <john.cowen@konghq.com>
@johncowen johncowen requested a review from a team as a code owner December 12, 2023 17:12
@johncowen johncowen requested review from kleinfreund and removed request for a team December 12, 2023 17:12
Copy link

netlify bot commented Dec 12, 2023

Deploy Preview for kuma-gui ready!

Name Link
🔨 Latest commit c83d8d5
🔍 Latest deploy log https://app.netlify.com/sites/kuma-gui/deploys/65789497d59f050009c3e128
😎 Deploy Preview https://deploy-preview-1911--kuma-gui.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@johncowen
Copy link
Contributor Author

I x-refed #1564 here so its vaguely tracked, when we come to do #1564 we can also consider this.

@johncowen johncowen merged commit a84a5dc into kumahq:master Dec 13, 2023
16 checks passed
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.

2 participants