Chase Fleming

Results 38 issues of Chase Fleming

**Describe the bug** Cannot purchase item after mint on Testnet **To Reproduce** - Delete db and create a new account to start fresh - Mint an item - Try to...

bug
feedback

Addresses: https://github.com/onflow/fcl-js/issues/1447

## Issue To Be Solved Some wallets required different configurations for transactions and there is currently no clean way to differentiate between what wallet a user is logged in with....

Feature
Feedback

### Instructions Add "include" configuration from [Discovery readme](https://github.com/onflow/fcl-discovery) to to Discovery docs on dev portal ### Problem Issue on Discovery with more details: https://github.com/onflow/fcl-discovery/issues/127

Feedback

### Problem `serialize` is missing from the API documentation https://github.com/onflow/fcl-js/blob/master/packages/fcl/src/serialize/index.js

documentation

Addresses: https://github.com/emerald-dao/float/issues/48 https://github.com/emerald-dao/float/issues/50

Vite does not include node polyfills, so when upgrading FCL they need to be solved by the bundler.

Float should use Discovery API to show wallets https://developers.flow.com/tools/fcl-js/reference/discovery

Currently, if you export like this: ``` // enums.js export const { Summer, Autumn, Winter, Spring } = Enum.String ``` Importing would then require you to import ``` // other...

enhancement

### Current Behavior App router is not recommended with NextJS. Verify FCL works fine. ### Expected Behavior Works ### Steps To Reproduce n/a ### Environment ```markdown - OS: - Node:...

Bug