SimRunBot
SimRunBot
you can fork and try to implement it Have not seen EIP2981 anywhere implemented, supported or in use.
As Marketplace Royalties I think, go through here you will find the implementations. https://github.com/Fantom-foundation/Artion-Contracts/blob/cf5aaf5acb402ee221abeec0f4b30975e2cca9de/contracts/FantomMarketplace.sol#L155
getting the same error during an npm package installation node v16.15.0 npm v8.10.0
I used `yarn add` instead of `npm install` to install my package (inside CRA project) , that worked, but would not consider the issue fixed
Not rendering for me as well. Is it possible to remove the typo in my local install , before the PR gets confirmed and merged into the package src?
forked and implemented your typo fix, thank you that worked !!
> I found the solution to this on Nextjs, user the following > > ``` > /** @type {import('next').NextConfig} */ > const nextConfig = { > reactStrictMode: true, > experimental:...
this is due to the behaviour of changeGradientColors() -> init() ->initMesh() inside gradient.js which rebuilds the Plane Mesh with the first (default) settings.
that was hard to find...
updating to expo-sdk: 52 and expo-go: 2.32 resolved this issue for me as mentioned here : [29794](https://github.com/expo/expo/issues/29794)