d0p3t / fivem-js

Javascript and Typescript wrapper for the FiveM natives API
https://d0p3t.nl
Other
143 stars 57 forks source link

fix UUIDV4 import #1

Closed Hellslicer closed 5 years ago

Hellslicer commented 5 years ago

It fixes UUIDV4 import on case-sensitive OS

src/ui/menu/Menu.ts:9:24 - error TS2307: Cannot find module '../../utils/uuidv4'.
9 import { UUIDV4 } from '../../utils/uuidv4';
d0p3t commented 5 years ago

Thanks. I must have missed this. My code editor keeps on renaming the import. Perhaps a linting setting.