Replies: 1 comment
-
You should have "useDefineForClassFields": false in tsconfig.json under compilerOPptions |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, i'm starting a project with serenity core using serenity corelib 8.5.6
Previously i was using Serenity framework, i built the dialog with entity grid inside. it was using common html template with some default prefix and its perfectly running. And now I want to consume the same thing with serenity core. I follow the code like example https://github.com/serenity-is/common-features/blob/master/src/Serenity.Demo.Northwind/Modules/Customer/CustomerDialog.tsx.
Unfortunately i isn't running in my code. the problem is the object "this.ordersGrid" is always getting undefined. is any one have experience regarding the issue ? here is my code
and here is the grid
Very appreciate your help !!!!!!
Beta Was this translation helpful? Give feedback.
All reactions