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(vue): Remove console.error #2223

Merged
merged 1 commit into from
Jul 11, 2023
Merged

Conversation

royduin
Copy link
Contributor

@royduin royduin commented Jun 8, 2023

As it not something bad

@royduin royduin changed the title Remove console.error fix(vue): Remove console.error Jun 8, 2023
@@ -61,7 +61,6 @@ const URLParamsProvider = {
);
} catch (e) {
// Do not set value if JSON parsing fails.
console.error(e);
Copy link
Member

Choose a reason for hiding this comment

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

@royduin We better change to console.warn(e);

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I don't think we need a message at all just like in the ReactiveBase. If it fails it's due a non reactivesearch param which should be catched and ignored.

@mohdashraf010897 mohdashraf010897 merged commit d582b10 into appbaseio:next Jul 11, 2023
1 of 2 checks passed
@royduin royduin deleted the patch-6 branch July 11, 2023 13:03
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