Ryan Rolnicki

Results 4 issues of Ryan Rolnicki

This is a question/request, but I am happy to try to contribute if you can point me in the right direction :) I notice when using `useSelect`, if I have...

bug
help wanted
good first issue

Simply, the documentation in the Readme states that this library requires 'A Google Maps API key.', but most other services I've used (like Storage, for example) allow and default to...

type: feature request
triage me
stale

This code throws in GetResult: ``` protected async virtual UniTask Init() { foreach (var prop in GetProperties()) { if (prop.GetValue(this) == null) { var methodInfo = prop.PropertyType.GetMethod("Create", BindingFlags.Public | BindingFlags.Static...

In 0.87, renderWrapper shows as a TS error: ```ts return ``` It's one of the properties of `Container` added via `withContainer` when exporting from Line.js. Probably other components have the...