Hi @Brady Holliday , Sorry for the late replyYou can add the directive `//@fluent-ignore` to your code to ignore the diagnostic errorexample,
Record({
$id: Now.ID['new_view'],
table: 'sys_ui_view',
data: {
title: 'Test',
//@fl...
Can you confirm the family release version of your instance, the API used in fetch was introduced in Washington DC release.If your instance version is higher than W, can you open a Customer case on support.servicenow.com and so that our team('fluent'...
We do not have type definitions for every available modules yet, but will be updating types with new versionsIn the meantime, as @paki suggested, you can add custom declarations to your project
// custom_definitions.d.ts
declare module '@servicenow/g...
Hi @Brady Holliday We found an issue with SDK version `2.1.1` that's causing that error. We fixed it in `2.1.3`, which is available now. Please upgrade and let us know, if that fixes the issue. Thanks-- Venkat