ZT
ZT
> @zoey-t looking good! I think we just need to add a new line at the end and bump up the version :) thank you! updated accordingly!
the morpho erc4626 vault contract should be in this repo. https://github.com/morpho-dao/morpho-tokenized-vaults
I think the idea is when the vault is empty, the share and asset ratio is default 1:1.
for oz's erc4626, it adds a function that allows you to customize the initial ratio https://github.com/OpenZeppelin/openzeppelin-contracts/pull/3639
issue solved by changing css to this ```CSS @media (max-width: 768px) { .navbar { width: 100%; margin-left: 0px; margin-top: 0px; } } .navbar { position: sticky; width: fit-content; margin-left: 25px;...
I am having the same issue.
run tests with `VITEST=true` `FASTIFY_AUTOLOAD_TYPESCRIPT=1` does not solve the issue my command ` "test:vitest": "FASTIFY_AUTOLOAD_TYPESCRIPT=1 VITEST=true vitest run" `
still having this issue on version 11.14.5. setting the site access/ restart browser/ clear cache does not help. But somehow the issue disappeared suddenly when i turn on chrome extension...
running into the same issue. react also has failed to resolve import issue.
Hi, I found a way to resolve this issue. run `ignite generate composables` and it will download the missing packages. for react frontend, run `ignite generate hooks`