Haseeb ur Rehman

Results 14 comments of Haseeb ur Rehman

your **Case 1** works if you add `->withShortcodes();` at the end. ```php Route::get('/test', function(){ return view('test')->with("code", '[b class="bold"]Bold text[/b]')->withShortcodes(); }); ``` Result: https://prnt.sc/jyi07l

test.blade.php ```php {{$code}} {!! \Shortcode::compile($code) !!} ``` web.php ```php Route::get('/test', function(){ return view('test')->with("code", '[b class="bold"]Bold text[/b]'); }); ``` Result: http://prntscr.com/jz3s82 Try using `\Shortcode::enable();` in your controller or `->withShortcodes();`

@boeledi kindly accepts this pull, and update the release. if you are busy I can take over this, I'm actively working with this package

I have the same issue on `13.0.1-canary.4` if the layout `` has `` only then, otherwise #42239

@icyJoseph `{/* @ts-expect-error Server Component */}` worked for now. Thanks

note: there is no `"use client";` on my code

## version information ``` $ pip show cookiecutter Name: cookiecutter Version: 1.7.3 Summary: A command-line utility that creates projects from project templates, e.g. creating a Python package project from a...

> > I was having a similar issue. In my project I am using a custom layout and solved it by using `` on the page itself (wrapping my custom...

this issue still exists on `@nuxt/image@rc` using IPX