hichana

Results 14 issues of hichana

I've been trying on and off for months to start using Code with Jupyter plugin. Really hoping someone can help. I'm not completely sure what the problem is - though...

bug

Closes: N/A ## Description This PR contains code changes for my submission for the 2nd milestone on [FLIP fest issue 29](https://github.com/onflow/flip-fest/issues/29). It contains an implementation of a UI that will...

Closes: N/A ## Description This PR comprises the work by @j00lz and @hichana on the FLIP fest '[Playground Feature: Markdown READMEs 18](https://github.com/onflow/flip-fest/issues/18)'. It adds a 'PROJECT' section that allows the...

Closes: #163 #164 #165 #166 ## Description The Examples.tsx component had unnecessarily been including a 'key' prop in components nested inside of the main component that was being created by...

**Describe the bug** As described in issue #186 at the point of contract deployment of one of the tutorial playground instances, a blank screen is experienced. It turns out that...

The new Playground UI with expanded resources explorer functionality should display all account storage items for any given account. The new functionality works, but somehow when the 'panic' function is...

**Describe the bug** A react component is using the same keys for multiple nested components, causing a multiple keys error. It doesn't seem to effect the functionality of the playground....

**Describe the bug** A react state update is being attempted on an unmounted component, probably during an asynchronous operation, and is throwing an error in the web console. **To Reproduce**...

**Describe the bug** An error that appears to be related to the router functionality appears in the web console. The functionality of the playground is not noticeably effected. **To Reproduce**...

In the Nested Resources documentation here: https://play.onflow.org/7c60f681-40c7-4a18-82de-b81b3b6c7915 The following example shows that `child.name` would contain "Child 1", when in reality it would error out during execution with a "use of...

Documentation