Jarrod Medrano - Senior Software Engineer

Results 5 comments of Jarrod Medrano - Senior Software Engineer

`Flexible( child: Container( child: SearchBar( onSearch: search, onCancelled: cancelSearch, shrinkWrap: true, hintText: "Asset Barcode", searchBarStyle: SearchBarStyle( backgroundColor: Colors.white, padding: EdgeInsets.all(10), borderRadius: BorderRadius.circular(2), ), onItemFound: (Asset asset, int index) { return...

This doesn't work for me either. Same error.

This is the error I'm getting `Error loading http://localhost:9080/styles/fonts.scss!http://localhost:9080/scss.js as "../styles/fonts.scss!" from http://localhost:9080/js/app.js`

I'm pretty sure this is the issue https://github.com/systemjs/systemjs/issues/287#issuecomment-73216923

Hiding > The issue is fixed after adding `suppressHydrationWarning` in layout Eg: `` > > It is also part of the documentation in shadcn, I in the dark mode section...