Hi, have anyone tried the SPA example from NetSuit...
# suitescript
l
Hi, have anyone tried the SPA example from NetSuite? It's somehow error and I'm not sure what's causing the issue. Project I try to use: helloworld-ts Error I got, i've tried upgrade
@oracle/netsuite-uif-types
but it's not working. Any suggesstion?
Copy code
[17:23:52] Starting 'compileTs'...
src/SuiteApps/com.netsuite.uifhwts/helloworld/HelloWorld.tsx(6,4): error TS2322: Type '{ children: any; horizontalAlignment: HorizontalAlignment; verticalAlignment: VerticalAlignment; }' is not assignable to type 'Options'.
  Property 'children' does not exist on type 'Options'.
src/SuiteApps/com.netsuite.uifhwts/helloworld/HelloWorld.tsx(10,5): error TS2559: Type '{ children: string; }' has no properties in common with type 'Options'.
TypeScript: 2 semantic errors

[17:23:54] Error: TypeScript: Compilation failed
    at Output.mightFinish (/Users/s/spa-suiteapp-samples/helloworld-ts/node_modules/gulp-typescript/release/output.js:130:43)
    at /Users/s/spa-suiteapp-samples/helloworld-ts/node_modules/gulp-typescript/release/output.js:43:22
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)