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
Original code:
import { useState } from "react";
import viteLogo from "/vite.svg";
import reactLogo from "./assets/react.svg";
import "./App.css";
After format:
import { useState } from "react";
import viteLogo from "/vite.svg";
import App.css
import reactLogo from reaassets/react.svgfrom "./assets/react.svg";
The last line of output is broken.
I tried Playground, but it works fine on playground.
Expected result
It should output the same as in playground.
Code of Conduct
I agree to follow Biome's Code of Conduct
The text was updated successfully, but these errors were encountered:
Environment information
What happened?
Original code:
import { useState } from "react";
import viteLogo from "/vite.svg";
import reactLogo from "./assets/react.svg";
import "./App.css";
After format:
import { useState } from "react";
import viteLogo from "/vite.svg";
import App.css
import reactLogo from reaassets/react.svgfrom "./assets/react.svg";
The last line of output is broken.
I tried Playground, but it works fine on playground.
Expected result
It should output the same as in playground.
Code of Conduct
The text was updated successfully, but these errors were encountered: