Closed MrAalen closed 2 months ago
I don't know why "placeholder" wouldn't be a part of the interface. I've never encountered that error when building the source code. Try use PNPM to build the web source instead of bun, and check if you still get the same issues?
Or just use the existing build files in the web folder.
I'll try, but I moved away from pnpm for this exact reason, it doesn't control the typings properly (which is the whole point of typescript). The placeholder lines has a red underline in vscode as well, which means there is something wrong somewhere. I tried with normal npm as well, same building error. I could use the prebuilt one, but I really want to do some customization, and for that I need to able to build.
Well it seems something went wrong when installing node_modules. Remove those, and try installing them again using pnpm and afterwards build it too. That's what i use myself, and i've never experienced those issues though.
Let me know what you figure out!
Conclusion; using pnpm will fix the building issue, but will not fix the root cause which is a undefined type placeholder
.
I have the same issue with undefined type placeholder
.
But this worked for me:
I've removed the placeholders. Thanks for the report.
Describe the bug
The MDT wont open using command nor the default keybind "M"
To Reproduce
Steps to reproduce the behavior:
placeholder="2023-03-12"
in bothCreateBoloModal.tsx
andCriminalCard.tsx
placeholder?: string;
ininterface DatePickerInputProps
within Mantinebun i
andbun run build
/mdt
and the default keybind "M"Error
Expected behavior
I expected the MDT to open up.
Screenshots
Image-1 Image-2
Additional context
I am using Qbox, ox_lib and oxmysql. I have also tried restarting the server multiple times.