Cem Çakırlar

Results 5 comments of Cem Çakırlar

Similar regex problem while using append. plop cant find the below string and appends again. The problem is with the "(" and ")". They must be escaped while regexing before...

the problem from @jwrudzin seems to be the "[" and "\\" which must be escaped by plop to match `{handle: "[data-{{ dashCase name}}]", require: {{properCase name}} }\,` the correct regex...

in file append.js I made the below modification, and it seems to be working now for append. Someone may commit this maybe, I am not a familiar with source control...

Old issue but if someone sees it... I use the below hook to render the contents of the portal or other components if SSR would somehow fail to render it...

For this particular case I have an idea. This looks like a JSON.stringify issue where remix loader data is stringified. You have "undefined" keys in your data. {disabled: undefined}, JSON.stringify...