Nazim Ali

Results 13 comments of Nazim Ali

Any news on this? Need help with any outstanding issues? After switching to yarn, I just can't use npm anymore unless I have to :p

Underscores is deprecated and will be archived, no longer updated. Has anyone used https://blockbasetheme.com/ at https://github.com/Automattic/themes/tree/trunk/blockbase from Automattic? Because of the major changes in WordPress, we have to consider the...

> To reduce the build time you can import the svelte component directly: > > ``` > import HomeIcon from "svelte-feather-icons/src/icons/HomeIcon.svelte"; > ``` > > If there are ways to...

I can't reproduce this either, working examples using `lazy` throughout the repo https://github.com/NazimHAli/imgur-explorer/blob/master/src/components/App.tsx#L5-L11

> ```js > import React from 'react' > const Foo = () => ( // works > foo > ) > export default Foo > ``` > > ```js >...

> So, if I understood correctly, a named export works but a default export won't? Does wrapping a component with `lazy` forget about the naming? I have a setup like...

@RubenLaube-Pohto that would make it easier to help troubleshoot :+1:

> did some digging and came up empty 😅 same issue it seems in Safari. > > I do see the correct styles being added to the #link-element when programmatically...