kweb-core
kweb-core copied to clipboard
Remove generic from elementcreator
This was a mostly trivial change. There was one issue with calling an extension function on a table. Using a cast I was able to make the extension function work. This fix made the code calling the extension function a bit uglier though. We may want to find a better way to deal with this issue, because it could potentially cause issues when we want more extension functions on specific element types.