Toluwani Adewale

Results 10 comments of Toluwani Adewale

I did end up using storage as the file input didn't work out.

Hi @fico7489, will this be investigated?

You can add tailwind styling to the component's prop. Something like this: ```typescript { getBlogData(pageNumber); }} pageRangeDisplayed={10} itemClass="bg-white border-gray-300 text-gray-500 hover:bg-gray-50 relative inline-flex items-center px-4 py-2 border text-sm font-medium" linkClass="page-link"...

This is still an issue: ![image](https://github.com/microsoft/vscode-copilot-release/assets/20546078/8ee340da-b0ea-4681-ba83-9ee019e9815f) It's also still inserts the tags at the Cursor regardless. ![image](https://github.com/microsoft/vscode-copilot-release/assets/20546078/56b2c8a9-ae51-45a1-b8d5-b1a101c50528) cc @roblourens

No, I use the regular VS Code. When does it ship to that?

I have plans to do that soon. You can place all your `componentWillMount` logic in `componentDidMount ` or just declare as states in your **constructor**.

The perfect solution: https://github.com/module-federation/vite/issues/102#issuecomment-2370323651 E.g: https://github.com/module-federation/module-federation-examples/blob/master/dynamic-system-host/app1/src/App.js

Yes, I've read Composer's doc and seen the hardcoded `composer.json` file, I planned to open a PR if I didn't get a solution soon. Could you elaborate on the zero-byte...

Opened a PR: #261 cc @ramsey