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(core): proxy-loader behavior is not correct when query is string #163

Merged
merged 2 commits into from
Jan 29, 2024

Conversation

SoonIter
Copy link
Member

@SoonIter SoonIter commented Jan 28, 2024

Summary

There are some problems in the implementation of two places.

  1. in loader this.query hits this.resourceQuery

  2. when rule.use is a function, rsdoctor cannot handle correctly

Related Links

closes #155

Checklist

  • I have added changeset via pnpm run change.
  • I have updated the documentation.
  • I have added tests to cover my changes.

Copy link

netlify bot commented Jan 28, 2024

Deploy Preview for rsdoctor ready!

Name Link
🔨 Latest commit e47357e
🔍 Latest deploy log https://app.netlify.com/sites/rsdoctor/deploys/65b781a1ddb4ec0008e6b2e1
😎 Deploy Preview https://deploy-preview-163--rsdoctor.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.

@SoonIter SoonIter force-pushed the fix/proxy-loader-query branch 2 times, most recently from 3987c1b to c35a2df Compare January 28, 2024 18:36
@SoonIter SoonIter enabled auto-merge (squash) January 28, 2024 18:38
@SoonIter SoonIter force-pushed the fix/proxy-loader-query branch from c35a2df to aaac6ce Compare January 28, 2024 18:40
@easy1090 easy1090 self-requested a review January 29, 2024 03:29
@SoonIter SoonIter force-pushed the fix/proxy-loader-query branch from aaac6ce to 720742c Compare January 29, 2024 03:52
@SoonIter SoonIter force-pushed the fix/proxy-loader-query branch 2 times, most recently from bb73e9a to ce5ff7d Compare January 29, 2024 07:29
@SoonIter
Copy link
Member Author

image image

@SoonIter SoonIter force-pushed the fix/proxy-loader-query branch from 988072e to e47357e Compare January 29, 2024 10:44
@SoonIter SoonIter requested a review from easy1090 January 29, 2024 10:50
@SoonIter SoonIter merged commit 39e57a2 into main Jan 29, 2024
8 checks passed
@SoonIter SoonIter deleted the fix/proxy-loader-query branch January 29, 2024 10:52
@SoonIter
Copy link
Member Author

thanks :D

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.

[Bug]: Looking for loader by default
2 participants