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
do you have file example how to reproduce it? or maybe you can debug and create PR yourself? @Alex-Rudoy
I have investigated for this issue, and I found this issue is related to comment lines in this format:
/*
* Copyright 2024,
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree.
*/
this is existing to a react component in my project
and in another case, when there is a js doc for my react component in this format
/**
* bla bla bla component
* @param {object} props properties of the component
* @param {string} props.doingSomthing ...etc
* @param {object} props.clickHandler to do bla bla bla
* @return {JSX.Element}
*/
When I removed them from the file, the sort works well without raising this error
It was working well and suddenly when I make save file to sort the imports it gave me this error:
The text was updated successfully, but these errors were encountered: