Lars Krafft
Lars Krafft
Same Problem here. Did you ever manage to fix this? EDIT: I found out that the "getBaseUrl" function in utils/context.js considers the complete path to html files when creating the...
Any news on this? I could really use react-page in my react 18 project. Right now I'm using a seperate project/build job just for the page editor but that makes...
@macrozone Sorry for spamming but I tried to convert my app into a progressive web app and struggled for hours (without success) to get my external react-page application to work...
That's awesome news! Thanks for your hard work! :)
For me the CalendarOpen prop somewhat works as long as the calendar is rendered while the value is set. In my App the Calendar is within a popup which is...
I think this might fix the issue but I don't have the time to test it right now. DateTimePicker.jsx line 236 ```jsx renderCalendar() { let isCalendarOpen; if(typeof(this.props.isCalendarOpen) !== "undefined"){ isCalendarOpen...
I agree with @luca-rath the current behaivour should stay the same. Still it would be nice to be able to do something like `` In my case social-media links are...
Same here :( sadly I got no solution for you so far.
I found a solution now. Only the SocketMessage event uses the MessageEventArgs class. All other events expect the normal EventArgs class. Change your code to that and make sure to...
I've run into the same issue. Downgrading to version 0.3.0 solved the issue.