Reactjs 在React中使用Sass时出现codesandbox编译错误

Reactjs 在React中使用Sass时出现codesandbox编译错误,reactjs,sass,Reactjs,Sass,我正在codesandbox中测试一个演示应用程序,发现以下错误: CompileError Error: Error: ENOENT: No such file or directory., '/home' on line 7:9 of /stdin >> @import "./home"; --------^ 以下是链接: 我可以通过删除@import./\u home”导入链接中的下划线来修复此错误但是,如果没有下划线,这不应该工

我正在codesandbox中测试一个演示应用程序,发现以下错误:

CompileError
Error: Error: ENOENT: No such file or directory., '/home'
        on line 7:9 of /stdin
>> @import "./home";

   --------^
以下是链接:


我可以通过删除
@import./\u home”导入链接中的下划线来修复此错误
但是,如果没有下划线,这不应该工作吗?或者最好只添加下划线?

这实际上可能是codesandbox中的一个bug。我发现了一个错误,并询问这是否也是一个错误。