We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Importing a json file with the assert api crashes the game.
Create a json file and import it clientside by using import * as test from './file.json' assert { type: 'json' }
Game doesn't crash and the json is imported correctly.
No response
Windows 10
release latest
client
The text was updated successfully, but these errors were encountered:
Test on dev before opening an issue
Sorry, something went wrong.
Just tested on latest dev, same issue
Confirmed on 13.0-dev65
At the same time alt.File.read still works
alt.File.read
No branches or pull requests
Description of the problem
Importing a json file with the assert api crashes the game.
Reproduction steps
Create a json file and import it clientside by using import * as test from './file.json' assert { type: 'json' }
Expected behaviour
Game doesn't crash and the json is imported correctly.
Additional context
No response
Operating system
Windows 10
Version
release latest
Scope
client
The text was updated successfully, but these errors were encountered: