mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-02-16 10:42:08 +00:00
Fix: downgrade typescript to fix stack overflow error in compiler
This commit is contained in:
@@ -26,7 +26,6 @@ import UploadImageValidationSchema from '@/services/types/ImageSchema/UploadImag
|
||||
import sendUploadBreweryImagesRequest from '@/requests/BreweryImage/sendUploadBreweryImageRequest';
|
||||
|
||||
const AddressAutofill = dynamic(
|
||||
// @ts-expect-error
|
||||
() => import('@mapbox/search-js-react').then((mod) => mod.AddressAutofill),
|
||||
{ ssr: false },
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user