You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
@Sachin-chaurasiya Any idea on it? I am clueless why this branch alone fails to build!
Hey @atapas , I will have a look and if not working then will close this PR and open a new PR with the changes.
It might be because of the dependency array. I can see the quoteArray is using a spread operator so its always a new instance. @Sachin-chaurasiya can you just remove the dependency and push once
@Sachin-chaurasiya Any idea on it? I am clueless why this branch alone fails to build!
Hey @atapas , I will have a look and if not working then will close this PR and open a new PR with the changes.
It might be because of the dependency array. I can see the quoteArray is using a spread operator so its always a new instance. @Sachin-chaurasiya can you just remove the dependency and push once
@koustov , quoteArray is being used in that effect so we should have that in dependency right? it does not matter how we are using the quoteArray, only thing matter is what variable we are using for that effect.
If you want I can remove that but eslint will be complaining :)
quoteArray is being used in that effect so we should have that in dependency right?
I didn't try by myself however looking at the error (time out) I can only suspect something is blocking the crawler from passing through the component. It's my educated guess that the quotearray might be the issue. So what I am suggesting is, to remove the dependency and push a commit, if the crawler passes we know what was wrong and then we can take appropriate measurements before getting the PR merge. So, it's just a TRY, nothing more than that
quoteArray is being used in that effect so we should have that in dependency right?
I didn't try by myself however looking at the error (time out) I can only suspect something is blocking the crawler from passing through the component. It's my educated guess that the quotearray might be the issue. So what I am suggesting is, to remove the dependency and push a commit, if the crawler passes we know what was wrong and then we can take appropriate measurements before getting the PR merge. So, it's just a TRY, nothing more than that
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
I worked on fixing issue #479
Fixes #479
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce.
Checklist: