Sam

Results 22 comments of Sam
trafficstars

On a similar front, I am trying to come up with ways to deal with the `GameEngine` `entities.renderer` property. It accepts a `React.Component` object without any props as its value....

I'll try them both! The first one doesn't feel good having the values entered twice but if the second one works, that is ideal! Make sure to update the typedefs...

Using the second option worked perfectly. No issues with the TS-linter. Thanks heaps for the help! Now I'm just trying to come up with ways to be able to make...

I have updated the pull request #61 to include a fix for the `renderer` property after soliciting some help from [Reddit](https://www.reddit.com/r/typescript/comments/kkqy4i/typedefs_where_there_is_a_lot_of_naming_freedom/).

@myrises , It is interesting that you think tables are not possible for the time being (I have just tried, myself, with no success) but one of the examples in...

I have run into the same problem. Assuming @MarcSallent did the same thing as me, I created the project using `npm create svelte@latest my-app` rather than `npm create svelte-add/kit...`. Should...

Whenever I try any of the REPL links above, it gives me this error: ``` Unexpected character '@' (TreeViewNodeList.svelte:80:3) ``` I tried Firefox and a Chromium browser and both had...

If you use the `noLabel` prop on the `Select` component, the label margin isn't rendered resolving this issue. There is a disconnect between how the `Select` component works when compared...

I tried to use `` for `TextInput` and assigned a type to one of the prop variables. Is there some more setup that needs to happen before TypeScript can be...

My personal preference is for a uniform API. I like the idea of being able to use CDS Svelte and know I should never use `$$restProps` without exception.